Skip to content

Commit 8b56584

Browse files
committed
[travis] rvm 2.1.x also breaks, trying 2.0.0.
1 parent 09221ca commit 8b56584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
before_install:
3434
- echo "OVERRIDING TRAVIS STEPS"
3535
- rvm get stable --auto-dotfiles
36-
- rvm install 2.1.5
36+
- rvm install 2.0.0
3737
install: echo "OVERRIDING TRAVIS STEPS"
3838
before_script: echo "OVERRIDING TRAVIS STEPS"
3939

0 commit comments

Comments
 (0)