forked from carlosantoniodasilva/i18n_alchemy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
50 lines (50 loc) · 1008 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
48
49
50
language: ruby
cache: bundler
sudo: false
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.7
- 2.5.6
- 2.6.4
- jruby
matrix:
exclude:
- rvm: 2.4.7
gemfile: Gemfile-rails.4.0.x
- rvm: 2.5.6
gemfile: Gemfile-rails.4.0.x
- rvm: 2.6.4
gemfile: Gemfile-rails.4.0.x
- rvm: 2.4.7
gemfile: Gemfile-rails.4.1.x
- rvm: 2.5.6
gemfile: Gemfile-rails.4.1.x
- rvm: 2.6.4
gemfile: Gemfile-rails.4.1.x
- rvm: 2.6.4
gemfile: Gemfile-rails.4.2.x
- rvm: 2.2.10
gemfile: Gemfile
- rvm: 2.3.8
gemfile: Gemfile
- rvm: 2.4.7
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