There was an error while loading. Please reload this page.
1 parent f69c6e8 commit a783e7aCopy full SHA for a783e7a
.travis.yml
@@ -1,6 +1,7 @@
1
language: ruby
2
rvm:
3
- - 1.9
4
- - 2.0
5
- - 2.1
6
- - jruby
+ - 2.2.5
+ - 2.3.1
+before_install:
+ - gem update --system
7
+ - gem update bundler
0 commit comments