diff --git a/.sync.yml b/.sync.yml index d80d54abd..34cfb5f39 100644 --- a/.sync.yml +++ b/.sync.yml @@ -7,3 +7,12 @@ spec/spec_helper.rb: allow_deprecations: true + +.travis.yml: + extras: +   - rvm: 2.1.9 +     env: PUPPET_GEM_VERSION="~> 4.6.0" +     bundler_args: --without system_tests +   - rvm: 2.1.9 +     env: PUPPET_GEM_VERSION="~> 4.7.0" +     bundler_args: --without system_tests diff --git a/.travis.yml b/.travis.yml index 4e549bf77..0cde21de1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,5 +34,11 @@ matrix: - rvm: 1.9.3 bundler_args: --without system_tests env: PUPPET_GEM_VERSION="~> 3.0" + - rvm: 2.1.9 + bundler_args: --without system_tests + env: PUPPET_GEM_VERSION="~> 4.6.0" + - rvm: 2.1.9 + bundler_args: --without system_tests + env: PUPPET_GEM_VERSION="~> 4.7.0" notifications: email: false