Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit cbe679f

Browse files
committed
[travis ci] Lock bundler version
1 parent d5f85a1 commit cbe679f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ before_install:
2929
- "if [ $(phantomjs --version) != $PHANTOMJS_VERSION ]; then wget https://github.com/Medium/phantomjs/releases/download/v$PHANTOMJS_VERSION/phantomjs-$PHANTOMJS_VERSION-linux-x86_64.tar.bz2 -O $PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64.tar.bz2; fi"
3030
- "if [ $(phantomjs --version) != $PHANTOMJS_VERSION ]; then tar -xvf $PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs; fi"
3131
- "phantomjs --version"
32-
- gem install bundler
32+
- gem install bundler -v 1.13.7
3333
script:
3434
- bundle exec rake test_app
3535
- bundle exec rake

0 commit comments

Comments
 (0)