Skip to content

Commit

Permalink
Run Rails 5 first in Travis CI. TODO: rationalise/dry up the matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatack committed Jul 14, 2016
1 parent b78f505 commit 9072028
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ rvm:
- 1.9

env:
- RAILS=5-0-stable DB=sqlite3
- RAILS=5-0-stable DB=mysql
- RAILS=5-0-stable DB=postgres

- RAILS=4-2-stable DB=sqlite3
- RAILS=4-2-stable DB=mysql
- RAILS=4-2-stable DB=postgres
Expand All @@ -31,21 +35,29 @@ env:
- RAILS=3-1-stable DB=postgres

matrix:
include:
- rvm: 2.3.1
exclude:
- rvm: 2.1.10
env: RAILS=5-0-stable DB=sqlite3
- rvm: 2.3.1
- rvm: 2.1.10
env: RAILS=5-0-stable DB=mysql
- rvm: 2.3.1
- rvm: 2.1.10
env: RAILS=5-0-stable DB=postgres

- rvm: 2.2.5
- rvm: 2.0
env: RAILS=5-0-stable DB=sqlite3
- rvm: 2.2.5
- rvm: 2.0
env: RAILS=5-0-stable DB=mysql
- rvm: 2.2.5
- 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
- rvm: 2.3.1
Expand Down

0 comments on commit 9072028

Please sign in to comment.