|
15 | 15 | global:
|
16 | 16 | - SQ_CONFIG_FILE=$TRAVIS_BUILD_DIR/spec/config.travis.yml
|
17 | 17 | matrix:
|
18 |
| - - RAILS=master AREL=master ADAPTER=sqlite3 |
| 18 | + - RAILS=4-2-stable AREL=6-0-stable ADAPTER=sqlite3 |
19 | 19 | - RAILS=4-1-stable AREL=5-0-stable ADAPTER=sqlite3
|
20 | 20 | - RAILS=4-0-stable AREL=4-0-stable ADAPTER=sqlite3
|
21 | 21 | - RAILS=3-2-stable AREL=3-0-stable ADAPTER=sqlite3
|
22 | 22 | - RAILS=3-1-stable AREL=2-2-stable ADAPTER=sqlite3
|
23 | 23 | - RAILS=3-0-stable AREL=2-0-stable ADAPTER=sqlite3
|
24 |
| - - RAILS=master AREL=master ADAPTER=mysql |
| 24 | + - RAILS=4-2-stable AREL=6-0-stable ADAPTER=mysql |
25 | 25 | - RAILS=4-1-stable AREL=5-0-stable ADAPTER=mysql
|
26 | 26 | - RAILS=4-0-stable AREL=4-0-stable ADAPTER=mysql
|
27 | 27 | - RAILS=3-2-stable AREL=3-0-stable ADAPTER=mysql
|
28 | 28 | - RAILS=3-1-stable AREL=2-2-stable ADAPTER=mysql
|
29 | 29 | - RAILS=3-0-stable AREL=2-0-stable ADAPTER=mysql
|
30 |
| - - RAILS=master AREL=master ADAPTER=mysql2 |
| 30 | + - RAILS=4-2-stable AREL=6-0-stable ADAPTER=mysql2 |
31 | 31 | - RAILS=4-1-stable AREL=5-0-stable ADAPTER=mysql2
|
32 | 32 | - RAILS=4-0-stable AREL=4-0-stable ADAPTER=mysql2
|
33 | 33 | - RAILS=3-2-stable AREL=3-0-stable ADAPTER=mysql2
|
34 | 34 | - RAILS=3-1-stable AREL=2-2-stable ADAPTER=mysql2
|
35 |
| - - RAILS=master AREL=master ADAPTER=postgresql |
| 35 | + - RAILS=4-2-stable AREL=6-0-stable ADAPTER=postgresql |
36 | 36 | - RAILS=4-1-stable AREL=5-0-stable ADAPTER=postgresql
|
37 | 37 | - RAILS=4-0-stable AREL=4-0-stable ADAPTER=postgresql
|
38 | 38 | - RAILS=3-2-stable AREL=3-0-stable ADAPTER=postgresql
|
|
0 commit comments