Skip to content

Commit 5cd429f

Browse files
author
Timothy van Zadelhoff
committed
Merge pull request #132 from bheuvel/issue131/travis_build
Remove/Install required Bundler version
2 parents 39eaf59 + 8b573e6 commit 5cd429f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ notifications:
55
before_install:
66
- sudo apt-get update -qq
77
- sudo apt-get install -qq -y bsdtar
8-
- gem install bundler -v '1.5.2'
8+
- rvm @global do gem uninstall bundler -a -x
9+
- rvm @global do gem install bundler -v 1.10.6
910
rvm:
1011
- 2.0.0
1112
script: rake

0 commit comments

Comments
 (0)