Skip to content

Commit

Permalink
Add configuration file for modulesync
Browse files Browse the repository at this point in the history
  • Loading branch information
Colleen Murphy committed Jun 25, 2014
1 parent 4e59789 commit 4f65ef3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
.travis.yml:
excludes:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0"
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 3.2.0"
env_matrix:
- PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0"
- PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0"
- PUPPET_GEM_VERSION="~> 3.0"
- PUPPET_GEM_VERSION="~> 3.5.0" STRICT_VARIABLES="yes"
spec/spec_helper.rb:
unmanaged: true

0 comments on commit 4f65ef3

Please sign in to comment.