Skip to content

Commit

Permalink
Use explicit versions in fixtures for testing
Browse files Browse the repository at this point in the history
Without this patch Travis-ci will test against the master branch which
is not what is actually supported as according to the metadata.
  • Loading branch information
ghoneycutt committed Aug 21, 2015
1 parent 825bdfe commit 4609f62
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
fixtures:
repositories:
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
"epel": "git://github.com/stahnma/puppet-module-epel.git"
'stdlib':
repo: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
ref: '4.6.0'
'epel':
repo: 'git://github.com/stahnma/puppet-module-epel.git'
ref: '1.0.2'
symlinks:
"python": "#{source_dir}"
python: "#{source_dir}"

0 comments on commit 4609f62

Please sign in to comment.