Update modulesync_config [51f469d]

This commit is contained in:
David Schmitt
2016-10-10 14:25:47 +01:00
parent 2a8236e6d1
commit 6f2d6057a8
2 changed files with 22 additions and 2 deletions

20
.sync.yml Normal file
View File

@@ -0,0 +1,20 @@
---
.travis.yml:
includes:
- rvm: 2.3.1
env: PUPPET_GEM_VERSION="~> 4.0" STDLIB_LOG_DEPRECATIONS="false"
bundler_args: --without system_tests
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 4.0" STDLIB_LOG_DEPRECATIONS="false"
bundler_args: --without system_tests
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
bundler_args: --without system_tests
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0"
bundler_args: --without system_tests
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
bundler_args: --without system_tests
spec/spec_helper.rb:
allow_deprecations: true