forked from hercynium/puppet-refacter
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.travis.yml
80 lines (73 loc) · 1.71 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
language: ruby
cache: bundler
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
# - 2.2.0
# - jruby-19mode
# - rbx-19mode
bundler_args: --without development
# before_install:
# - rake spec_prep
script:
- bundle exec rake spec
# matrix:
# allow_failures:
# -rvm: jruby-19mode
gemfile:
- gemfiles/gemfile.1.8.7
- gemfiles/gemfile.1.9.3
- gemfiles/gemfile.2.0.0
env:
# - PUPPET_GEM_VERSION=3.0.2
# - PUPPET_GEM_VERSION=3.1.1
# - PUPPET_GEM_VERSION=3.2.4
# - PUPPET_GEM_VERSION=3.3.2
# - PUPPET_GEM_VERSION=3.4.3
- PUPPET_GEM_VERSION=3.7.3
- PUPPET_GEM_VERSION=3.7.4
- PUPPET_GEM_VERSION=3.7.5
- PUPPET_GEM_VERSION=3.8.3
- PUPPET_GEM_VERSION=4.0.0
- PUPPET_GEM_VERSION=4.1.0
- PUPPET_GEM_VERSION=4.2.3
- PUPPET_GEM_VERSION=4.3.2
- PUPPET_GEM_VERSION=4.4.2
- PUPPET_GEM_VERSION=4.5.3
- PUPPET_GEM_VERSION=4.6.1
matrix:
exclude:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION=4.0.0
- rvm: 1.8.7
env: PUPPET_GEM_VERSION=4.1.0
- rvm: 1.8.7
env: PUPPET_GEM_VERSION=4.2.3
- rvm: 1.8.7
env: PUPPET_GEM_VERSION=4.3.2
- rvm: 1.8.7
env: PUPPET_GEM_VERSION=4.4.2
- rvm: 1.8.7
env: PUPPET_GEM_VERSION=4.5.3
- rvm: 1.8.7
env: PUPPET_GEM_VERSION=4.6.1
- rvm: 1.9.3
env: PUPPET_GEM_VERSION=4.6.1
- rvm: 1.8.7
gemfile: gemfiles/gemfile.1.9.3
- rvm: 1.8.7
gemfile: gemfiles/gemfile.2.0.0
- rvm: 1.9.3
gemfile: gemfiles/gemfile.1.8.7
- rvm: 1.9.3
gemfile: gemfiles/gemfile.2.0.0
- rvm: 2.0.0
gemfile: gemfiles/gemfile.1.8.7
- rvm: 2.0.0
gemfile: gemfiles/gemfile.1.9.3
- rvm: 2.1.0
gemfile: gemfiles/gemfile.1.8.7
- rvm: 2.1.0
gemfile: gemfiles/gemfile.1.9.3