Skip to content
This repository was archived by the owner on Sep 24, 2019. It is now read-only.

Commit f3e1c6d

Browse files
author
Colleen Murphy
committed
Update .travis.yml defaults and remove gem deps
This commit makes the following changes to the test matrix: - Remove Pupept 2.7 as a default environment - Runs tests on ruby 2.1.5 instead of 2.0.0 - Runs tests on ruby 1.8.7 with puppet 3.x - Adds an environment to run on an intermediate 3.x puppet version instead of latest (specifically 3.4.x) - Adds an environment to run with the future parser on latest puppet. This would affect the test runs for the validate and spec checks. - Runs the tests on docker We also drop some default gem dependencies since puppetlabs_spec_helper takes care of this for us.
1 parent 9b343dd commit f3e1c6d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

config_defaults.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,26 @@
22
.travis.yml:
33
script: "\"bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'\""
44
includes:
5+
- rvm: 1.9.3
6+
env: PUPPET_GEM_VERSION="~> 3.4.0"
57
- rvm: 1.8.7
6-
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0"
7-
- rvm: 1.8.7
8-
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0"
8+
env: PUPPET_GEM_VERSION="~> 3.0"
99
- rvm: 1.9.3
1010
env: PUPPET_GEM_VERSION="~> 3.0"
11-
- rvm: 2.0.0
11+
- rvm: 1.9.3
12+
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
13+
- rvm: 2.1.5
1214
env: PUPPET_GEM_VERSION="~> 3.0"
15+
- rvm: 2.1.5
16+
env: PUPPET_GEM_VERSION="~> 3.4.0"
17+
- rvm: 2.1.5
18+
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
1319
Gemfile:
1420
required:
1521
':development, :unit_tests':
16-
- gem: rake
1722
- gem: rspec-core
1823
version: '3.1.7'
19-
- gem: rspec-puppet
20-
version: '~> 1.0'
2124
- gem: puppetlabs_spec_helper
22-
- gem: puppet-lint
2325
- gem: simplecov
2426
- gem: puppet_facts
2527
- gem: json

0 commit comments

Comments
 (0)