forked from projectblacklight/blacklight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (29 loc) · 674 Bytes
/
.travis.yml
File metadata and controls
35 lines (29 loc) · 674 Bytes
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
notifications:
email: false
rvm:
- 2.1.4
matrix:
include:
- rvm: 2.1.4
env: "RAILS_VERSION=4.0.11"
- rvm: 2.0.0
env: "RAILS_VERSION=4.1.7"
- rvm: 1.9.3
env: "RAILS_VERSION=4.1.7"
- rvm: jruby
env: "RAILS_VERSION=4.1.7 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
- rvm: 2.1.4
env: "RAILS_VERSION=4.2.0.beta4"
allow_failures:
- env: "RAILS_VERSION=4.2.0.beta4"
before_install:
- gem install bundler
env:
- "RAILS_VERSION=3.2.20"
- "RAILS_VERSION=4.1.7"
notifications:
irc: "irc.freenode.org#blacklight"
email:
- blacklight-commits@googlegroups.com
global_env:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true