Skip to content

Commit d40d446

Browse files
valichviuginick1
authored andcommitted
exclude some more versions which just travis does not support
1 parent 35695e0 commit d40d446

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.travis.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ matrix:
2424
rvm: 1.9.3
2525
- os: osx
2626
rvm: 2.0.0
27+
- os: linux
28+
rvm: 2.5.0-preview1
2729

28-
include:
29-
- os: osx
30-
rvm: 1.9.3
31-
before_script: rvm install ruby-1.9.3 # not binary
32-
- os: osx
33-
rvm: 2.0.0
34-
before_script: rvm install ruby-2.0.0 # not binary
30+
# include:
31+
# - os: osx
32+
# rvm: 1.9.3
33+
# before_script: rvm install ruby-1.9.3 # not binary
34+
# - os: osx
35+
# rvm: 2.0.0
36+
# before_script: rvm install ruby-2.0.0 # not binary

0 commit comments

Comments
 (0)