Skip to content

Commit cd1c616

Browse files
committed
(MODULES-2844) Update travis based on default and apache configs
1 parent 700f135 commit cd1c616

File tree

1 file changed

+10
-23
lines changed

1 file changed

+10
-23
lines changed

.travis.yml

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,18 @@ branches:
55
language: ruby
66
bundler_args: --without development
77
script: 'bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec'
8-
rvm:
9-
- 1.8.7
10-
- 1.9.3
11-
- 2.0.0
12-
env:
13-
matrix:
14-
- PUPPET_GEM_VERSION="~> 2.7.0"
15-
- PUPPET_GEM_VERSION="~> 3.1.0"
16-
- PUPPET_GEM_VERSION="~> 3.2.0"
17-
- PUPPET_GEM_VERSION="~> 3.3.0"
18-
- PUPPET_GEM_VERSION="~> 3.4.0"
19-
- PUPPET_GEM_VERSION="~> 3.5.1"
20-
- PUPPET_GEM_VERSION="~> 3.6.0"
21-
- PUPPET_GEM_VERSION="~> 3.7.0"
22-
global:
238
matrix:
249
fast_finish: true
25-
exclude:
26-
- rvm: 1.9.3
27-
env: PUPPET_GEM_VERSION="~> 2.7.0"
28-
- rvm: 2.0.0
29-
env: PUPPET_GEM_VERSION="~> 2.7.0"
30-
- rvm: 2.0.0
31-
env: PUPPET_GEM_VERSION="~> 3.1.0"
10+
include:
3211
- rvm: 1.8.7
33-
env: PUPPET_GEM_VERSION="~> 3.2.0"
12+
env: PUPPET_GEM_VERSION="~> 3.0"
13+
- rvm: 1.9.3
14+
env: PUPPET_GEM_VERSION="~> 3.0"
15+
- rvm: 2.1.5
16+
env: PUPPET_GEM_VERSION="~> 3.0"
17+
- rvm: 2.1.5
18+
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
19+
- rvm: 2.1.6
20+
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
3421
notifications:
3522
email: false

0 commit comments

Comments
 (0)