Skip to content

Commit 017fb73

Browse files
committed
Try the newest bundler
1 parent 6d11057 commit 017fb73

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ addons:
1616
postgresql: "9.4"
1717

1818
bundler_args: --without test --jobs 3 --retry 3
19-
#FIXME: Remove bundler uninstall on Travis when https://github.com/bundler/bundler/issues/4493 is fixed.
2019
before_install:
21-
- rvm @global do gem uninstall bundler --all --ignore-dependencies --executables
22-
- rvm @global do gem install bundler -v '1.11.2'
23-
- bundle --version
2420
- "rm ${BUNDLE_GEMFILE}.lock"
2521
- "[ -f /tmp/beanstalkd-1.10/Makefile ] || (curl -L https://github.com/kr/beanstalkd/archive/v1.10.tar.gz | tar xz -C /tmp)"
2622
- "pushd /tmp/beanstalkd-1.10 && make && (./beanstalkd &); popd"

0 commit comments

Comments
 (0)