forked from celluloid/reel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
41 lines (41 loc) · 1.15 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
cache: bundler
language: ruby
rvm:
- jruby-1.7.27
- 2.1.10
- 2.2.7
- jruby-9.1.12.0
- 2.3.4
- 2.4.1
- ruby-head
- jruby-head
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-9.1.12.0
- rvm: 2.1.10
- rvm: 2.3.4
- rvm: ruby-head
- rvm: jruby-head
- env: CELLULOID_BACKPORTED=true
- env: CELLULOID_BACKPORTED=false CELLULOID_LEAKTEST=true
- env: CELLULOID_BACKPORTED=false CELLULOID_TASK_CLASS=Threaded
- env: CELLULOID_BACKPORTED=true CELLULOID_TASK_CLASS=Threaded
env:
global:
- NUMBER_OF_PROCESSORS=4 CELLULOID_CONFIG_FILE=.env-ci
matrix:
- CELLULOID_BACKPORTED=true
- CELLULOID_BACKPORTED=false
- CELLULOID_BACKPORTED=false CELLULOID_LEAKTEST=true
- CELLULOID_BACKPORTED=false CELLULOID_TASK_CLASS=Threaded
- CELLULOID_BACKPORTED=true CELLULOID_TASK_CLASS=Threaded
notifications:
irc: irc.freenode.org#celluloid
slack:
secure: uJ8uoiNgiEDoRewbH6gj9mphUGVDtjXeEy8++vSTQkLqIkkoZ3M+mr0yldL2/ECaG8wHLH2035DHM4d54GyeVEU/8UG80UVAnYTctlzzjn1rfXPfCIsZDXYMUjXe3wvOouN+b4hjiyXe7ZsssdRoeKw6rHIU8/tUHgC3IfZel7s=
sudo: false
before_install:
- gem update --system
- gem install bundler
install: bundle install --without=development