Skip to content

Commit 179ff30

Browse files
valichviuginick1
authored andcommitted
try to install 1.9.3 and 2.0.0 from sources on agents
1 parent 541dd3b commit 179ff30

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,17 @@ matrix:
1818
fast_finish: true
1919
allow_failures:
2020
- rvm: ruby-head
21+
22+
exclude:
23+
- os: osx
24+
rvm: 1.9.3
25+
- os: osx
26+
rvm: 2.0.0
27+
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

0 commit comments

Comments
 (0)