2016-10-06 19:19:05 -04:00
|
|
|
sudo: required
|
|
|
|
dist: trusty
|
2012-11-09 21:13:56 -05:00
|
|
|
language: ruby
|
|
|
|
rvm:
|
2015-05-22 13:51:17 -04:00
|
|
|
- 2.2
|
2017-10-17 19:43:43 -04:00
|
|
|
- 2.4
|
2018-01-04 20:55:48 -05:00
|
|
|
- 2.5
|
2018-04-09 12:47:37 -04:00
|
|
|
- jruby-9.1.16.0
|
2014-06-29 22:55:47 -04:00
|
|
|
notifications:
|
|
|
|
email: false
|
2015-12-31 13:13:43 -05:00
|
|
|
script: xvfb-run bundle exec rake
|
2014-06-29 22:55:47 -04:00
|
|
|
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
|
2015-12-31 13:13:43 -05:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
|
|
|
- ubuntu-sdk-team
|
|
|
|
packages:
|
|
|
|
- libqt5webkit5-dev
|
|
|
|
- qtdeclarative5-dev
|
2012-11-19 00:30:41 -05:00
|
|
|
matrix:
|
2014-06-29 22:55:47 -04:00
|
|
|
include:
|
2014-07-08 22:33:00 -04:00
|
|
|
- rvm: 1.9.3
|
2017-10-17 18:23:16 -04:00
|
|
|
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
|
2018-04-09 12:47:37 -04:00
|
|
|
- rvm: 2.3
|
|
|
|
gemfile: gemfiles/2.15.gemfile
|
|
|
|
- rvm: 2.5
|
2015-12-31 13:13:43 -05:00
|
|
|
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:
|
2015-12-31 13:13:43 -05:00
|
|
|
- gem install bundler
|
2013-08-06 01:30:10 -04:00
|
|
|
install: bundle
|