mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Install bundler in case it's not found.
https://github.com/travis-ci/travis-ci/issues/5861
This commit is contained in:
parent
adb990bd54
commit
a77ea8ed7b
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ script:
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- "readme-edits"
|
- "readme-edits"
|
||||||
|
before_install:
|
||||||
|
# bundler installation needed for jruby-head
|
||||||
|
# https://github.com/travis-ci/travis-ci/issues/5861
|
||||||
|
- gem install bundler
|
||||||
|
|
||||||
# Travis OS X support is pretty janky. These are some hacks to include tests
|
# Travis OS X support is pretty janky. These are some hacks to include tests
|
||||||
# only on versions that actually work.
|
# only on versions that actually work.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue