Skip to content

Commit

Permalink
Define travis matrix in .sync.yml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Colleen Murphy committed Dec 7, 2014
1 parent 708def1 commit 6f1e97a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 6f1e97a

Please sign in to comment.