forked from thoughtbot/capybara-webkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
42 lines (42 loc) · 887 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
sudo: required
dist: trusty
language: ruby
rvm:
- 2.2
- 2.4
- 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
- QMAKE=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
- JAVA_OPTS=-Djava.security.egd=file:/dev/urandom
addons:
apt:
sources:
- ubuntu-sdk-team
packages:
- libqt5webkit5-dev
- qtdeclarative5-dev
matrix:
include:
- rvm: 1.9.3
gemfile: gemfiles/2.15.gemfile
env: QMAKE=/usr/lib/x86_64-linux-gnu/qt4/bin/qmake
- 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
gemfile:
- Gemfile
before_install:
- gem install bundler
install: bundle