-
Notifications
You must be signed in to change notification settings - Fork 83
/
.travis.yml
41 lines (37 loc) · 934 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
language: ruby
script: bundle exec rake test
sudo: false
rvm:
- "2.0"
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
before_install:
- gem update bundler
gemfile:
- gemfiles/Gemfile.activesupport42
- gemfiles/Gemfile.activesupport50
- gemfiles/Gemfile.activesupport52
- gemfiles/Gemfile.activesupport-master
matrix:
exclude:
- rvm: "2.0"
gemfile: gemfiles/Gemfile.activesupport50
- rvm: "2.0"
gemfile: gemfiles/Gemfile.activesupport52
- rvm: "2.0"
gemfile: gemfiles/Gemfile.activesupport-master
- rvm: "2.1"
gemfile: gemfiles/Gemfile.activesupport50
- rvm: "2.1"
gemfile: gemfiles/Gemfile.activesupport52
- rvm: "2.1"
gemfile: gemfiles/Gemfile.activesupport-master
- rvm: "2.2"
gemfile: gemfiles/Gemfile.activesupport-master
- rvm: "2.3"
gemfile: gemfiles/Gemfile.activesupport-master
- rvm: "2.4"
gemfile: gemfiles/Gemfile.activesupport-master