Skip to content

Commit 269f3df

Browse files
committed
[rvm] try to install ruby 2.2.1.
1 parent ccbbe48 commit 269f3df

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ branches:
99
language: python
1010
python:
1111
- "2.7"
12-
ruby:
13-
- "2.2.0"
1412

1513
cache:
1614
directories:
@@ -32,7 +30,10 @@ env:
3230
matrix:
3331

3432
# Override travis defaults with empty jobs
35-
before_install: echo "OVERRIDING TRAVIS STEPS"
33+
before_install:
34+
- echo "OVERRIDING TRAVIS STEPS"
35+
- rvm get stable --auto-dotfiles
36+
- rvm install 2.2.1
3637
install: echo "OVERRIDING TRAVIS STEPS"
3738
before_script: echo "OVERRIDING TRAVIS STEPS"
3839

0 commit comments

Comments
 (0)