forked from projectblacklight/blacklight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
42 lines (36 loc) · 1.19 KB
/
.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
dist: trusty
addons:
chrome: stable
language: ruby
sudo: false
notifications:
email: false
matrix:
include:
- rvm: 2.5.1
env: "RAILS_VERSION=5.1.6"
- rvm: 2.4.4
env: "RAILS_VERSION=5.2.0"
- rvm: 2.5.1
env: "RAILS_VERSION=5.2.0 BLACKLIGHT_API_TEST=true ENGINE_CART_RAILS_OPTIONS=\"--api --skip-git --skip-bundle --skip-listen --skip-spring --skip-yarn --skip-keeps --skip-action-cable --skip-coffee --skip-test\""
- rvm: 2.4.4
env: "RAILS_VERSION=5.1.6"
- rvm: 2.3.4
env: "RAILS_VERSION=5.2.0"
- rvm: jruby-9.2.0.0
env: "RAILS_VERSION=5.1.6 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
allow_failures:
- rvm: jruby-9.2.0.0
fast_finish: true
before_install:
- gem update --system
- gem install bundler
- google-chrome-stable --headless --disable-gpu --no-sandbox --remote-debugging-port=9222 http://localhost &
notifications:
irc: "irc.freenode.org#blacklight"
email:
- blacklight-commits@googlegroups.com
global_env:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- ENGINE_CART_RAILS_OPTIONS='--skip-git --skip-bundle --skip-listen --skip-spring --skip-yarn --skip-keeps --skip-action-cable --skip-coffee --skip-test'
jdk: oraclejdk9