Drop Ruby 1.9 from Travis CI

This commit is contained in:
Jon Atack 2016-09-26 10:50:17 +02:00
parent 42707a1868
commit 0a0cee3f77
1 changed files with 0 additions and 8 deletions

View File

@ -7,7 +7,6 @@ rvm:
- 2.2.5
- 2.1.10
- 2.0
- 1.9
env:
- RAILS=5-0-stable DB=sqlite3
@ -50,13 +49,6 @@ matrix:
- rvm: 2.0
env: RAILS=5-0-stable DB=postgres
- rvm: 1.9
env: RAILS=5-0-stable DB=sqlite3
- rvm: 1.9
env: RAILS=5-0-stable DB=mysql
- rvm: 1.9
env: RAILS=5-0-stable DB=postgres
include:
- rvm: 2.3.1
env: RAILS=master DB=sqlite3