Skip to content

Commit 4609f62

Browse files
committed
Use explicit versions in fixtures for testing
Without this patch Travis-ci will test against the master branch which is not what is actually supported as according to the metadata.
1 parent 825bdfe commit 4609f62

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.fixtures.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
fixtures:
22
repositories:
3-
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
4-
"epel": "git://github.com/stahnma/puppet-module-epel.git"
3+
'stdlib':
4+
repo: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
5+
ref: '4.6.0'
6+
'epel':
7+
repo: 'git://github.com/stahnma/puppet-module-epel.git'
8+
ref: '1.0.2'
59
symlinks:
6-
"python": "#{source_dir}"
10+
python: "#{source_dir}"

0 commit comments

Comments
 (0)