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

View File

@@ -21,10 +21,10 @@ matrix:
sudo: required
- rvm: 2.3.1
bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 4.0"
env: PUPPET_GEM_VERSION="~> 4.0" STDLIB_LOG_DEPRECATIONS="false"
- rvm: 2.1.9
bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 4.0"
env: PUPPET_GEM_VERSION="~> 4.0" STDLIB_LOG_DEPRECATIONS="false"
- rvm: 2.1.5
bundler_args: --without system_tests
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"