teampoltergeist--poltergeist/.travis.yml

43 lines
1.0 KiB
YAML
Raw Permalink Normal View History

dist: trusty
sudo: false
script: bundle exec rake
before_script: ${PHANTOMJS:-phantomjs} --version
2015-09-24 22:17:08 +00:00
before_install:
- mkdir -p travis-phantomjs2 travis-phantomjs21
- if [ ! -f $PWD/travis-phantomjs2/phantomjs ]; then wget https://github.com/Pyppe/phantomjs2.0-ubuntu14.04x64/raw/master/bin/phantomjs -O $PWD/travis-phantomjs2/phantomjs; fi
- chmod +x $PWD/travis-phantomjs2/phantomjs
2017-09-08 20:43:46 +00:00
- gem update bundler
cache:
directories:
- $PWD/travis-phantomjs2
2011-10-30 17:16:03 +00:00
rvm:
- 2.5.1
- 2.4.4
- 2.3.7
- jruby-9.1.16.0
2015-10-31 00:05:30 +00:00
gemfile:
- Gemfile
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- POLTERGEIST_TEST_HOST=poltergeist.test.com
addons:
hosts:
# Used to test custom host driver feature
- poltergeist.test.com
2015-09-24 22:17:08 +00:00
matrix:
include:
- rvm: 2.5.1
2018-04-06 04:05:47 +00:00
gemfile: gemfiles/Gemfile.capy2
2018-05-20 20:09:45 +00:00
- rvm: 2.3.7
2015-10-31 00:05:30 +00:00
gemfile: Gemfile
env: PHANTOMJS=$PWD/travis-phantomjs2/phantomjs
2018-05-20 20:09:45 +00:00
- rvm: 2.5.1
gemfile: gemfiles/Gemfile.capybara_master
2015-09-24 22:17:08 +00:00
allow_failures:
2015-10-31 00:05:30 +00:00
- gemfile: gemfiles/Gemfile.capybara_master
2018-03-17 16:11:31 +00:00
- rvm: jruby-9.1.16.0