Add configuration for Travis CI
[puppet-modules/puppetlabs-apt.git] / .travis.yml
1 language: ruby
2 rvm:
3   - 1.8.7
4 before_script:
5   - "git clone git://github.com/puppetlabs/puppetlabs-stdlib.git spec/fixtures/modules/stdlib"
6 after_script:
7 script: "rake spec"
8 branches:
9   only:
10     - master
11 env:
12   - PUPPET_VERSION=2.7.13
13   - PUPPET_VERSION=2.7.6
14   - PUPPET_VERSION=2.6.9
15 notifications:
16   email: false