forked from hammernight/taza
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
39 lines (39 loc) · 804 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
language: ruby
before_install: gem update --remote bundler
cache: bundler
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- ruby-head
- jruby-9
- rbx-2.2.7
- rbx-3
gemfile:
- Gemfile.activesupport-3.2
- Gemfile.activesupport-4.0
- Gemfile.activesupport-4.1
- Gemfile.activesupport-4.2
- Gemfile.activesupport-5.0
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx-2.2.7
- rvm: rbx-3
exclude:
- rvm: 2.0
gemfile: Gemfile.activesupport-5.0
- rvm: 2.1
gemfile: Gemfile.activesupport-5.0
- rvm: 2.3
gemfile: Gemfile.activesupport-3.2
- rvm: ruby-head
gemfile: Gemfile.activesupport-3.2
- rvm: jruby-9
gemfile: Gemfile.activesupport-5.0
fast_finish: true
notifications:
email: