forked from heartcombo/simple_form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (38 loc) · 880 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
38
39
sudo: false
cache: bundler
language: ruby
rvm:
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3
- jruby-9.1.17.0
- jruby-9.2.7.0
gemfile:
- gemfiles/Gemfile.rails-5-0-stable
- gemfiles/Gemfile.rails-5-1-stable
- gemfiles/Gemfile.rails-5-2-stable
- Gemfile
matrix:
exclude:
- rvm: 2.3.8
gemfile: Gemfile
- rvm: 2.4.6
gemfile: Gemfile
- rvm: jruby-9.1.17.0
gemfile: Gemfile
allow_failures:
- rvm: jruby-9.1.17.0
gemfile: Gemfile
- rvm: jruby-9.2.7.0
gemfile: Gemfile
before_install:
- gem update --system
notifications:
email: false
slack:
on_pull_requests: false
on_success: change
on_failure: always
secure: vxwuYTr2Sy+a/C7VP06l3QQCSgsKH7mjbTqOF1cKfGgmIHwO2p1VZmNCKjOe24ILj090WmVfHdnF/MnSCQw/SD1mVNbCZFf8Vj7+fYBu26I7BfahN0jxv3S5NO1sx4ipj0cO17r21OjtD2r1XzOfKqdSkjBBCOk8+WjiqtmCXII=
script: "bin/test"