adding notice on top of sourceslist files
[puppet-modules/puppetlabs-apt.git] / .travis.yml
1 ---
2 branches:
3   only:
4     - master
5 language: ruby
6 bundler_args: --without development
7 script: bundle exec rake spec SPEC_OPTS='--format documentation'
8 rvm:
9   - 1.8.7
10   - 1.9.3
11   - 2.0.0
12 env:
13   matrix:
14     - PUPPET_GEM_VERSION="~> 3.4.0"
15     - PUPPET_GEM_VERSION="~> 3.5.0"
16 matrix:
17   fast_finish: true
18 notifications:
19   email: false