forked from scudco/taza
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.travis.yml
63 lines (63 loc) · 1.48 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
language: ruby
before_install: gem update --remote bundler
cache: bundler
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- ruby-head
- jruby-9
gemfile:
- Gemfile.activesupport-4.0
- Gemfile.activesupport-4.1
- Gemfile.activesupport-4.2
- Gemfile.activesupport-5.0
- Gemfile.activesupport-5.1
matrix:
allow_failures:
- rvm: ruby-head
exclude:
- rvm: 2.0
gemfile: Gemfile.activesupport-5.0
- rvm: 2.0
gemfile: Gemfile.activesupport-5.1
- rvm: 2.1
gemfile: Gemfile.activesupport-5.0
- rvm: 2.1
gemfile: Gemfile.activesupport-5.1
- rvm: 2.2
gemfile: Gemfile.activesupport-5.0
- rvm: 2.2
gemfile: Gemfile.activesupport-5.1
- rvm: jruby-9
gemfile: Gemfile.activesupport-5.0
- rvm: jruby-9
gemfile: Gemfile.activesupport-5.1
- rvm: 2.4
gemfile: Gemfile.activesupport-4.0
- rvm: ruby-head
gemfile: Gemfile.activesupport-4.0
- rvm: 2.4
gemfile: Gemfile.activesupport-4.1
- rvm: 2.5
gemfile: Gemfile.activesupport-4.0
- rvm: 2.5
gemfile: Gemfile.activesupport-4.1
- rvm: ruby-head
gemfile: Gemfile.activesupport-4.1
- rvm: 2.5
gemfile: Gemfile.activesupport-4.2
- rvm: ruby-head
gemfile: Gemfile.activesupport-4.0
- rvm: ruby-head
gemfile: Gemfile.activesupport-4.1
- rvm: ruby-head
gemfile: Gemfile.activesupport-4.2
fast_finish: true
notifications:
email: