pinning to archive 1.2.0, for puppet 3 compat

This commit is contained in:
tphoney
2017-02-23 17:59:34 +00:00
parent 6605e34d71
commit 66c0d88026
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
fixtures: fixtures:
repositories: repositories:
stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib.git" stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
archive: "git://github.com/voxpupuli/puppet-archive.git" archive:
repo: "git://github.com/voxpupuli/puppet-archive.git"
ref: "v1.2.0"
symlinks: symlinks:
java: "#{source_dir}" java: "#{source_dir}"

View File

@@ -34,8 +34,5 @@ matrix:
- rvm: 2.1.5 - rvm: 2.1.5
bundler_args: --without system_tests bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 3.0" env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 1.9.3
bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 3.0"
notifications: notifications:
email: false email: false

View File

@@ -88,6 +88,7 @@
} }
], ],
"dependencies": [ "dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 2.4.0 < 5.0.0"} {"name":"puppetlabs/stdlib","version_requirement":">= 2.4.0 < 5.0.0"},
{"name":"puppet/archive","version_requirement":">= 1.1.0 < 1.2.0"}
] ]
} }