We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541dd3b commit 179ff30Copy full SHA for 179ff30
.travis.yml
@@ -18,3 +18,17 @@ matrix:
18
fast_finish: true
19
allow_failures:
20
- rvm: ruby-head
21
+
22
+ exclude:
23
+ - os: osx
24
+ rvm: 1.9.3
25
26
+ rvm: 2.0.0
27
28
+ include:
29
30
31
+ before_script: rvm install ruby-1.9.3 # not binary
32
33
34
+ before_script: rvm install ruby-2.0.0 # not binary
0 commit comments