forked from ledermann/rails-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
42 lines (42 loc) · 949 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
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.5
- 2.3.1
gemfile:
- ci/Gemfile-rails-3-1
- ci/Gemfile-rails-3-2
- ci/Gemfile-rails-4-0
- ci/Gemfile-rails-4-1
- ci/Gemfile-rails-4-2
- ci/Gemfile-rails-5-0
matrix:
include:
- rvm: 2.2.5
gemfile: ci/Gemfile-rails-4-0
env: PROTECTED_ATTRIBUTES=true
- rvm: 2.2.5
gemfile: ci/Gemfile-rails-4-1
env: PROTECTED_ATTRIBUTES=true
- rvm: 2.2.5
gemfile: ci/Gemfile-rails-4-2
env: PROTECTED_ATTRIBUTES=true
exclude:
- rvm: 1.9.3
gemfile: ci/Gemfile-rails-5-0
- rvm: 2.0.0
gemfile: ci/Gemfile-rails-5-0
- rvm: 2.1.10
gemfile: ci/Gemfile-rails-5-0
- rvm: 2.2.5
gemfile: ci/Gemfile-rails-3-1
- rvm: 2.3.1
gemfile: ci/Gemfile-rails-3-1
- rvm: 2.2.5
gemfile: ci/Gemfile-rails-3-2
- rvm: 2.3.1
gemfile: ci/Gemfile-rails-3-2
before_install: gem update bundler
sudo: false