forked from influitive/apartment
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
37 lines (37 loc) · 851 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
language: ruby
rvm:
- 2.1.9
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- ruby-head
- jruby-9.1.15.0
gemfile:
- gemfiles/rails_4_2.gemfile
- gemfiles/rails_5_0.gemfile
- gemfiles/rails_5_1.gemfile
- gemfiles/rails_master.gemfile
bundler_args: --without local
before_install:
- gem install bundler -v '> 1.5.0'
env:
RUBY_GC_MALLOC_LIMIT: 90000000
RUBY_GC_HEAP_FREE_SLOTS: 200000
matrix:
allow_failures:
- rvm: ruby-head
- gemfile: gemfiles/rails_master.gemfile
exclude:
- rvm: 2.1.9
gemfile: gemfiles/rails_5_0.gemfile
- rvm: 2.1.9
gemfile: gemfiles/rails_5_1.gemfile
- rvm: 2.1.9
gemfile: gemfiles/rails_master.gemfile
- rvm: jruby-9.1.15.0
gemfile: gemfiles/rails_5_1.gemfile
- rvm: jruby-9.1.15.0
gemfile: gemfiles/rails_master.gemfile
fast_finish: true
cache: bundler