Skip to content

Commit

Permalink
Pin bundler to 1.12.5
Browse files Browse the repository at this point in the history
to work around cbeer/engine_cart#64
  • Loading branch information
jcoyne committed Sep 9, 2016
1 parent dce8310 commit 42f4f4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ cache:
- "travis_phantomjs"

before_install:
- gem install bundler
- gem uninstall -i /home/travis/.rvm/gems/ruby-2.3.1@global bundler -v 1.13.0
- gem install bundler -v 1.12.5
- "phantomjs --version"
- "export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH"
- "phantomjs --version"
Expand Down

0 comments on commit 42f4f4f

Please sign in to comment.