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 35695e0 commit d40d446Copy full SHA for d40d446
.travis.yml
@@ -24,11 +24,13 @@ matrix:
24
rvm: 1.9.3
25
- os: osx
26
rvm: 2.0.0
27
+ - os: linux
28
+ rvm: 2.5.0-preview1
29
- include:
- - os: osx
30
- rvm: 1.9.3
31
- before_script: rvm install ruby-1.9.3 # not binary
32
33
- rvm: 2.0.0
34
- before_script: rvm install ruby-2.0.0 # not binary
+# include:
+# - os: osx
+# rvm: 1.9.3
+# before_script: rvm install ruby-1.9.3 # not binary
35
+# rvm: 2.0.0
36
+# before_script: rvm install ruby-2.0.0 # not binary
0 commit comments