teampoltergeist--poltergeist/.travis.yml

24 lines
613 B
YAML
Raw Normal View History

sudo: false
script: bundle exec rake
2013-10-22 15:16:35 +00:00
before_script: phantomjs --version
2015-09-24 22:17:08 +00:00
before_install:
- mkdir travis-phantomjs2
- wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs2/phantomjs-2.0.0-ubuntu-12.04.tar.bz2
- tar -xvf $PWD/travis-phantomjs2/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs2
2011-10-30 17:16:03 +00:00
rvm:
- 2.2.2
- 2.1.6
2013-02-24 13:42:01 +00:00
- 2.0.0
2011-10-30 17:16:03 +00:00
- 1.9.3
2014-05-17 00:13:12 +00:00
- rbx-2
- jruby-19mode
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
2015-09-24 22:17:08 +00:00
matrix:
include:
- rvm: 2.2.2
env: USE_PHANTOMJS2=true
allow_failures:
- env: USE_PHANTOMJS2=true