blob: 32d262a6cca3b9846ea5b2ee1602e8e33589076f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
language: ruby
rvm:
- 1.8.7
before_script:
- "git clone git://github.com/puppetlabs/puppetlabs-inetd.git spec/fixtures/modules/inetd"
after_script:
script: "rake spec"
branches:
only:
- master
env:
- PUPPET_VERSION=2.7.13
- PUPPET_VERSION=2.7.6
- PUPPET_VERSION=2.6.9
notifications:
email: false
|