forked from ruby-i18n/i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
48 lines (45 loc) · 1.13 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
before_install:
- gem install bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.1
- ruby-head
- rbx
- jruby
gemfile:
- Gemfile
- gemfiles/Gemfile.rails-3.2.x
- gemfiles/Gemfile.rails-4.0.x
- gemfiles/Gemfile.rails-4.1.x
- gemfiles/Gemfile.rails-4.2.x
- gemfiles/Gemfile.rails-5.0.x
- gemfiles/Gemfile.rails-master
matrix:
exclude:
# Rails 5+ requires Ruby >= 2.2.2
- rvm: 1.9.3
gemfile: gemfiles/Gemfile.rails-master
- rvm: 2.0.0
gemfile: gemfiles/Gemfile.rails-master
- rvm: 2.1.8
gemfile: gemfiles/Gemfile.rails-master
- rvm: 1.9.3
gemfile: gemfiles/Gemfile.rails-5.0.x
- rvm: 2.0.0
gemfile: gemfiles/Gemfile.rails-5.0.x
- rvm: 2.1.8
gemfile: gemfiles/Gemfile.rails-5.0.x
# activesupport has a dependency on json, which does not build on this version
- rvm: ruby-head
gemfile: gemfiles/Gemfile.rails-4.1.x
# activesupport has a dependency on json, which does not build on this version
- rvm: ruby-head
gemfile: gemfiles/Gemfile.rails-4.2.x
allow_failures:
- rvm: 2.2
- rvm: rbx
- rvm: jruby
fast_finish: true