Merge pull request #59 from branan/spec_improvements
[puppet-modules/puppetlabs-apt.git] / .travis.yml
1 language: ruby
2 rvm:
3   - 1.8.7
4 before_script:
5 after_script:
6 script: "rake spec_full"
7 branches:
8   only:
9     - master
10 env:
11   - PUPPET_VERSION=2.7.13
12   - PUPPET_VERSION=2.7.6
13   - PUPPET_VERSION=2.6.9
14 notifications:
15   email: false
16 gemfile: .gemfile