瀏覽代碼

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.
Colleen Murphy 9 年之前
父節點
當前提交
50cd38d1d6
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .sync.yml

+ 8 - 0
.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"