forked from rails/rails-dom-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
39 lines (39 loc) · 984 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
rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- jruby
- ruby-head
gemfile:
- gemfiles/active_support_5.0.gemfile
- gemfiles/active_support_6.0.gemfile
before_install:
- "rm -f ${BUNDLE_GEMFILE}.lock"
matrix:
fast_finish: true
exclude:
- rvm: jruby
gemfile: gemfiles/active_support_5.0.gemfile
- rvm: 2.2.9
gemfile: gemfiles/active_support_6.0.gemfile
- rvm: 2.3.6
gemfile: gemfiles/active_support_6.0.gemfile
- rvm: 2.4.3
gemfile: gemfiles/active_support_6.0.gemfile
allow_failures:
- rvm: ruby-head
notifications:
email: false
irc:
on_success: change
on_failure: always
channels:
- "irc.freenode.org#rails-contrib"
campfire:
on_success: change
on_failure: always
rooms:
- secure: "HnqK+r2/SLv2Z1XMkL0oNO0w/xaUn9cGHpr2mGDNnk+SUz1XBO2bu5c0ykyAVnLienFPCDExX3RYwTMNvC4AhkAR8DK0v4FD+0g/dMy2j1wGzQlNtqF2B4EbRpVpZtmM3hK6dDNRR3V/zipqTkut00PoFPp/Bzm7DoH/w/MIPBY="