]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Define travis matrix in .sync.yml
authorColleen Murphy <colleen@puppetlabs.com>
Sun, 7 Dec 2014 21:26:08 +0000 (13:26 -0800)
committerColleen Murphy <colleen@puppetlabs.com>
Sun, 7 Dec 2014 21:26:08 +0000 (13:26 -0800)
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.

.sync.yml

index ed97d539c095cf1413af30cc23dea272095b97dd..08e91a74a0e66990deaa36d68960ef473d3f5855 100644 (file)
--- 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"