Skip to content

Commit

Permalink
Don't install PhantomJS on Travis
Browse files Browse the repository at this point in the history
It seems like it's updated to required version:
travis-ci/travis-cookbooks#133
  • Loading branch information
Envek committed Mar 28, 2013
1 parent 0b3e1ee commit e196e70
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ before_script:
- cp config/database.travis.yml config/database.yml
- RAILS_ENV=test bundle exec rake db:create
- RAILS_ENV=test bundle exec rake db:schema:load
# Install latest phantomjs with required libraries (Travis have not recent version installed)
- sudo apt-get install libstdc++6 libfreetype6 libfontconfig1
- version=phantomjs-1.8.2-linux-i686
- wget http://phantomjs.googlecode.com/files/$version.tar.bz2
- tar xjf $version.tar.bz2
- mv $version phantomjs
- "export PATH=phantomjs/bin:$PATH"
- phantomjs --version
- phantomjs --version # Ensure, that travis have required version (at least 1.7)
matrix:
allow_failures:
- rvm: 2.0.0
Expand Down

0 comments on commit e196e70

Please sign in to comment.