forked from rails/actionpack-page_caching
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
45 lines (39 loc) · 1006 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
40
41
42
43
44
45
language: ruby
sudo: false
cache:
bundler: true
before_install:
- "travis_retry gem update --system 2.7.9"
- "travis_retry gem install bundler -v '1.17.3'"
- "travis_retry gem install brotli"
rvm:
- 2.4.6
- 2.5.5
- 2.6.3
gemfile:
- Gemfile
- gemfiles/Gemfile-5-0-stable
- gemfiles/Gemfile-5-1-stable
- gemfiles/Gemfile-5-2-stable
- gemfiles/Gemfile-6-0-stable
- gemfiles/Gemfile-edge
matrix:
allow_failures:
- gemfile: gemfiles/Gemfile-edge
exclude:
- rvm: 2.4.6
gemfile: gemfiles/Gemfile-6-0-stable
- rvm: 2.4.6
gemfile: gemfiles/Gemfile-edge
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: "eRCx+FMvH50pmLu0GZTF7NN+2X+CesgodYUlHvCr5EXQ0ZO/YUmeW8vAh/N8\njSrLWYpk/4P/JA63JGWsvFor/zpkTnfwzX3LWgw04GV0V3T9jsn9CD2Coiu6\nFll5u4fUCUwpfbB4RlCkjvFdQmW+F9mmbRGMCDO5CmuPHOyyPH0="