Skip to content

Commit

Permalink
pdksync_heads/master-0-g9c815ea
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan committed Jan 3, 2019
1 parent b39f221 commit 78e0cc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ dist: trusty
language: ruby
cache: bundler
before_install:
- if [ $BUNDLER_VERSION ]; then
gem install -v $BUNDLER_VERSION bundler --no-rdoc --no-ri;
fi
- bundle -v
- rm -f Gemfile.lock
- gem update --system $RUBYGEMS_VERSION
Expand Down Expand Up @@ -44,7 +47,7 @@ matrix:
env: PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
rvm: 2.4.4
-
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec RUBYGEMS_VERSION=2.7.8
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec RUBYGEMS_VERSION=2.7.8 BUNDLER_VERSION=1.17.3
rvm: 2.1.9
branches:
only:
Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
}
],
"description": "Module for Apache configuration",
"pdk-version": "1.8.0",
"pdk-version": "1.7.1",
"template-url": "https://github.com/puppetlabs/pdk-templates/",
"template-ref": "heads/master-0-g20af4c6"
}
"template-ref": "heads/master-0-g9c815ea"
}

0 comments on commit 78e0cc0

Please sign in to comment.