forked from ruby-i18n/i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
47 lines (44 loc) · 977 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
46
47
before_install: "sudo apt-get install ruby-tokyocabinet -y"
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.1
- ree
- rbx
- jruby
gemfile:
- ci/Gemfile.no-rails
- ci/Gemfile.rails-2.3.x
- ci/Gemfile.rails-3.0.x
- ci/Gemfile.rails-3.1.x
- ci/Gemfile.rails-3.2.x
- ci/Gemfile.rails-4.0.x
- ci/Gemfile.rails-4.1.x
matrix:
allow_failures:
- rvm: ree
- rvm: rbx
- rvm: jruby
exclude:
- gemfile: ci/Gemfile.rails-2.3.x
rvm: 2.0.0
- gemfile: ci/Gemfile.rails-2.3.x
rvm: 2.1.1
- gemfile: ci/Gemfile.rails-2.3.x
rvm: rbx
- gemfile: ci/Gemfile.rails-2.3.x
rvm: jruby
- gemfile: ci/Gemfile.rails-4.0.x
rvm: 1.8.7
- gemfile: ci/Gemfile.rails-4.0.x
rvm: 1.9.2
- gemfile: ci/Gemfile.rails-4.0.x
rvm: ree
- gemfile: ci/Gemfile.rails-4.1.x
rvm: 1.8.7
- gemfile: ci/Gemfile.rails-4.1.x
rvm: 1.9.2
- gemfile: ci/Gemfile.rails-4.1.x
rvm: ree
fast_finish: true