We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39eaf59 + 8b573e6 commit 5cd429fCopy full SHA for 5cd429f
.travis.yml
@@ -5,7 +5,8 @@ notifications:
5
before_install:
6
- sudo apt-get update -qq
7
- sudo apt-get install -qq -y bsdtar
8
- - gem install bundler -v '1.5.2'
+ - rvm @global do gem uninstall bundler -a -x
9
+ - rvm @global do gem install bundler -v 1.10.6
10
rvm:
11
- 2.0.0
12
script: rake
0 commit comments