Skip to content

Commit ce1d614

Browse files
committed
Updated travis.yml
Updated fixtures.yml removed .gemfile
1 parent 523e293 commit ce1d614

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.fixtures.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
fixtures:
22
symlinks:
33
jdk_oracle: "#{source_dir}"
4+
stdlib: "#{source_dir}/puppetlabs-stdlib"
5+
archive: "#{source_dir}/puppet-archive"
6+
alternatives: "#{source_dir}/puppet-alternatives"
7+
repositories:
8+
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
9+
archive: "https://github.com/voxpupuli/puppet-archive.git"
10+
alternatives: "https://github.com/voxpupuli/puppet-alternatives.git"

.gemfile

-8
This file was deleted.

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ bundler_args: "--jobs=3 --retry=3 --without=development"
66
before_script: bundle exec puppet --version
77
script: bundle exec rake test
88
env:
9-
- PUPPET_VERSION='~> 3.8.0'
10-
- PUPPET_VERSION='~> 4.5.0'
9+
- PUPPET_VERSION='~> 3.8.7'
10+
- PUPPET_VERSION='~> 4.7.0'
1111
matrix:
1212
include:
1313
- rvm: default
1414
sudo: required
1515
services: docker
1616
env: BEAKER_set=centos67 BEAKER_debug=true
17-
script: bundle exec rake beaker
17+
script: bundle exec rake spec_prep beaker
1818
- rvm: default
1919
sudo: required
2020
services: docker
2121
env: BEAKER_set=debian8 BEAKER_debug=true
22-
script: bundle exec rake beaker
22+
script: bundle exec rake spec_prep beaker

0 commit comments

Comments
 (0)