.travis.yml in sidekiq-throttled-0.7.1 vs .travis.yml in sidekiq-throttled-0.7.2
- old
+ new
@@ -9,9 +9,13 @@
before_install:
- gem update --system
- gem --version
- gem install bundler --no-rdoc --no-ri
- bundle --version
+ - mkdir travis-phantomjs
+ - wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2
+ - tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs
+ - export PATH=$PWD/travis-phantomjs:$PATH
install: bundle install --without development
env:
- WITH_REDIS_NAMESPACE="false"