forked from projectblacklight/blacklight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
36 lines (30 loc) · 883 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
dist: trusty
addons:
chrome: stable
language: ruby
sudo: false
notifications:
email: false
matrix:
include:
- rvm: 2.4.2
env: "RAILS_VERSION=5.1.4"
- rvm: 2.3.4
env: "RAILS_VERSION=5.0.6"
- rvm: jruby-9.1.12.0
env: "RAILS_VERSION=5.1.4 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
allow_failures:
- rvm: jruby-9.1.12.0
fast_finish: true
before_install:
- gem update --system
- gem install bundler
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
notifications:
irc: "irc.freenode.org#blacklight"
email:
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-puma --skip-test'
jdk: oraclejdk8