Skip to content

Commit 06782b1

Browse files
committed
Adds 4.0.0.rc1 to the Travis build matrix
1 parent 412a3a7 commit 06782b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rvm:
77
- 1.9.3
88
- 2.0.0
99
env:
10+
- RAILS_VERSION=4.0.0.rc1
1011
- RAILS_VERSION=3.2.13
1112
- RAILS_VERSION=3.1.12
1213
- RAILS_VERSION=3.0.20
@@ -26,6 +27,10 @@ matrix:
2627
env: RAILS_VERSION=master
2728
- rvm: 1.9.2
2829
env: RAILS_VERSION=master
30+
- rvm: 1.8.7
31+
env: RAILS_VERSION=4.0.0.rc1
32+
- rvm: 1.9.2
33+
env: RAILS_VERSION=4.0.0.rc1
2934
allow_failures:
3035
- env: RAILS_VERSION=master
3136
- env: RAILS_VERSION=3-2-stable

0 commit comments

Comments
 (0)