forked from carlosantoniodasilva/i18n_alchemy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
60 lines (60 loc) · 1.24 KB
/
.travis.yml
File metadata and controls
60 lines (60 loc) · 1.24 KB
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
language: ruby
cache: bundler
gemfile:
- Gemfile-rails.4.0.x
- Gemfile-rails.4.1.x
- Gemfile-rails.4.2.x
- Gemfile-rails.5.0.x
- Gemfile-rails.5.1.x
- Gemfile-rails.5.2.x
- Gemfile
rvm:
- 2.2.10
- 2.3.8
- 2.4.8
- 2.5.7
- 2.6.5
- 2.7.0
- jruby
matrix:
exclude:
- rvm: 2.4.8
gemfile: Gemfile-rails.4.0.x
- rvm: 2.5.7
gemfile: Gemfile-rails.4.0.x
- rvm: 2.6.5
gemfile: Gemfile-rails.4.0.x
- rvm: 2.7.0
gemfile: Gemfile-rails.4.0.x
- rvm: 2.4.8
gemfile: Gemfile-rails.4.1.x
- rvm: 2.5.7
gemfile: Gemfile-rails.4.1.x
- rvm: 2.7.0
gemfile: Gemfile-rails.4.1.x
- rvm: 2.6.5
gemfile: Gemfile-rails.4.1.x
- rvm: 2.6.5
gemfile: Gemfile-rails.4.2.x
- rvm: 2.7.0
gemfile: Gemfile-rails.4.2.x
- rvm: 2.7.0
gemfile: Gemfile-rails.5.0.x
- rvm: 2.7.0
gemfile: Gemfile-rails.5.1.x
- rvm: 2.2.10
gemfile: Gemfile
- rvm: 2.3.8
gemfile: Gemfile
- rvm: 2.4.8
gemfile: Gemfile
- rvm: jruby
gemfile: Gemfile
- rvm: jruby
gemfile: Gemfile-rails.5.0.x
- rvm: jruby
gemfile: Gemfile-rails.5.1.x
- rvm: jruby
gemfile: Gemfile-rails.5.2.x
allow_failures:
- rvm: jruby