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.
This commit is contained in:
parent
708def1aeb
commit
6f1e97a916
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue