We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac27a95 commit 3b41216Copy full SHA for 3b41216
1 file changed
.travis.yml
@@ -10,6 +10,10 @@ rvm:
10
matrix:
11
allow_failures:
12
- rvm: ruby-head
13
+ - rvm: 1.9.3
14
+ - rvm: 2.0
15
+ - rvm: 2.1
16
+ - rvm: 2.2
17
before_install:
18
- rvm @global do gem install bundler
19
script:
0 commit comments