Skip to content

Commit d66ae2f

Browse files
committed
Update travis to use appropriate bundler
1 parent 07b28f4 commit d66ae2f

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
@@ -1,7 +1,8 @@
11
bundler_args: --without development
22
before_install:
33
- gem update --system
4-
- gem update bundler
4+
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
5+
- gem install bundler -v '~> 1.14'
56
cache: bundler
67
env:
78
global:

0 commit comments

Comments
 (0)