We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbbe48 commit 269f3dfCopy full SHA for 269f3df
1 file changed
.travis.yml
@@ -9,8 +9,6 @@ branches:
9
language: python
10
python:
11
- "2.7"
12
-ruby:
13
- - "2.2.0"
14
15
cache:
16
directories:
@@ -32,7 +30,10 @@ env:
32
30
matrix:
33
31
34
# Override travis defaults with empty jobs
35
-before_install: echo "OVERRIDING TRAVIS STEPS"
+before_install:
+ - echo "OVERRIDING TRAVIS STEPS"
+ - rvm get stable --auto-dotfiles
36
+ - rvm install 2.2.1
37
install: echo "OVERRIDING TRAVIS STEPS"
38
before_script: echo "OVERRIDING TRAVIS STEPS"
39
0 commit comments