diff options
author | Colleen Murphy <colleen@puppetlabs.com> | 2014-06-25 16:03:59 -0700 |
---|---|---|
committer | Colleen Murphy <colleen@puppetlabs.com> | 2014-06-25 16:03:59 -0700 |
commit | 85770ad9e9b093113d98f3a35ec45d6ac28f3042 (patch) | |
tree | 3bfc17a71c74e43fd668c486417b4312bcb7521f | |
parent | c43a7c2a0f1cb051b9629a9f082fc6fb3a429bbd (diff) |
Add configuration file for modulesync
https://github.com/puppetlabs/modulesync
-rw-r--r-- | .sync.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.sync.yml b/.sync.yml new file mode 100644 index 0000000..dd55f49 --- /dev/null +++ b/.sync.yml @@ -0,0 +1,22 @@ +--- +.travis.yml: + env_matrix: + - PUPPET_GEM_VERSION="~> 2.7.0" + - PUPPET_GEM_VERSION="~> 3.3.0" + additional: + - + configs: + after_success: + - git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-release + - .forge-release/publish + - + configs: + before_install: + - gem update --system 2.1.11 + - gem --version + comments: + - Temporary workaround for broken Rubygems on Travis +Rakefile: + unmanaged: true +spec/spec_helper.rb: + unmanaged: true |