From: Colleen Murphy Date: Sun, 7 Dec 2014 21:26:08 +0000 (-0800) Subject: Define travis matrix in .sync.yml X-Git-Tag: 1.8.0~32^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=50cd38d1d6ba1c411068b8398a18b35be3347ab5;p=puppet-modules%2Fpuppetlabs-apt.git Define travis matrix in .sync.yml Since the other modules need to wait for a major release before deprecating Puppet 2.7 support, this module's travis.yml is out of sync and will need to stay that way for a while. --- diff --git a/.sync.yml b/.sync.yml index ed97d53..08e91a7 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1 +1,9 @@ --- +.travis.yml: + includes: + - rvm: 1.8.7 + env: PUPPET_GEM_VERSION="~> 3.0" + - rvm: 1.9.3 + env: PUPPET_GEM_VERSION="~> 3.0" + - rvm: 2.0.0 + env: PUPPET_GEM_VERSION="~> 3.0"