Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Install latest Bundler while building
Browse files Browse the repository at this point in the history
Do not use outdated Bundler version. After the buggy 1.15 release series latest Bundler (1.16) works again.
  • Loading branch information
tvdeyen committed Jan 2, 2018
1 parent 52b5ed9 commit caddb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cache:
directories:
- travis_phantomjs
before_install:
- "gem install bundler -v 1.14.6"
- "gem install bundler"
- "bundler -v"
- "phantomjs --version"
- "export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH"
Expand Down

0 comments on commit caddb2d

Please sign in to comment.