1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00
capybara-webkit/.travis.yml

43 lines
887 B
YAML
Raw Normal View History

2016-10-06 19:19:05 -04:00
sudo: required
dist: trusty
2012-11-09 21:13:56 -05:00
language: ruby
rvm:
- 2.2
2017-10-17 19:43:43 -04:00
- 2.4
2018-01-04 20:55:48 -05:00
- 2.5
- jruby-9.1.16.0
notifications:
email: false
script: xvfb-run bundle exec rake
env:
global:
- BUNDLE_JOBS=4
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
2016-10-06 19:35:15 -04:00
- QMAKE=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
2016-10-06 19:16:15 -04:00
- JAVA_OPTS=-Djava.security.egd=file:/dev/urandom
addons:
apt:
sources:
- ubuntu-sdk-team
packages:
- libqt5webkit5-dev
- qtdeclarative5-dev
2012-11-19 00:30:41 -05:00
matrix:
include:
2014-07-08 22:33:00 -04:00
- rvm: 1.9.3
gemfile: gemfiles/2.15.gemfile
2016-10-06 19:35:15 -04:00
env: QMAKE=/usr/lib/x86_64-linux-gnu/qt4/bin/qmake
2018-01-04 20:55:48 -05:00
- rvm: jruby-19mode
gemfile: gemfiles/2.15.gemfile
- rvm: 2.3
gemfile: gemfiles/2.15.gemfile
- rvm: 2.5
gemfile: gemfiles/master.gemfile
allow_failures:
- gemfile: gemfiles/master.gemfile
2013-02-25 17:40:26 -05:00
gemfile:
2018-01-04 20:55:48 -05:00
- Gemfile
2013-01-07 22:40:09 -05:00
before_install:
- gem install bundler
install: bundle