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.
1 parent 6d11057 commit 017fb73Copy full SHA for 017fb73
.travis.yml
@@ -16,11 +16,7 @@ addons:
16
postgresql: "9.4"
17
18
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.
20
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
24
- "rm ${BUNDLE_GEMFILE}.lock"
25
- "[ -f /tmp/beanstalkd-1.10/Makefile ] || (curl -L https://github.com/kr/beanstalkd/archive/v1.10.tar.gz | tar xz -C /tmp)"
26
- "pushd /tmp/beanstalkd-1.10 && make && (./beanstalkd &); popd"
0 commit comments