2016-10-06 19:19:05 -04:00
|
|
|
sudo: required
|
|
|
|
dist: trusty
|
2012-11-09 21:13:56 -05:00
|
|
|
language: ruby
|
|
|
|
rvm:
|
|
|
|
- 1.9.3
|
2015-01-25 21:32:24 -05:00
|
|
|
- 2.1
|
2015-05-22 13:51:17 -04:00
|
|
|
- 2.2
|
2014-01-28 20:07:59 -05:00
|
|
|
- jruby-19mode
|
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:
|
|
|
|
- rvm: 1.9.3
|
2017-01-03 19:33:42 -05:00
|
|
|
gemfile: gemfiles/2.7.gemfile
|
2016-10-06 19:35:15 -04:00
|
|
|
env: QMAKE=/usr/lib/x86_64-linux-gnu/qt4/bin/qmake
|
2014-07-08 22:33:00 -04:00
|
|
|
- rvm: 1.9.3
|
2017-03-17 16:47:25 -04:00
|
|
|
gemfile: gemfiles/2.13.gemfile
|
2016-10-06 19:35:15 -04:00
|
|
|
env: QMAKE=/usr/lib/x86_64-linux-gnu/qt4/bin/qmake
|
2017-02-03 14:20:27 -05:00
|
|
|
- rvm: 2.3.3
|
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:
|
2017-01-03 19:33:42 -05:00
|
|
|
- gemfiles/2.7.gemfile
|
2017-03-17 16:47:25 -04:00
|
|
|
- gemfiles/2.13.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
|