Skip to content

Commit eb50d30

Browse files
committed
exclude older ruby versions for rails5rc1
1 parent a678613 commit eb50d30

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ rvm:
1010
- 2.3.0
1111
matrix:
1212
exclude:
13+
- rvm: 2.0
14+
env: "RAILS_VERSION=5.0.0.rc1"
1315
- rvm: 2.1
14-
env: "RAILS_VERSION=5.0.0.beta3"
16+
env: "RAILS_VERSION=5.0.0.rc1"

0 commit comments

Comments
 (0)