Merge pull request #473 from mhaskel/freq_cleanup
[puppet-modules/puppetlabs-apt.git] / .travis.yml
1 ---
2 language: ruby
3 sudo: false
4 bundler_args: --without system_tests
5 script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
6 matrix:
7   fast_finish: true
8   include:
9   - rvm: 1.8.7
10     env: PUPPET_GEM_VERSION="~> 3.0"
11   - rvm: 1.9.3
12     env: PUPPET_GEM_VERSION="~> 3.0"
13   - rvm: 2.0.0
14     env: PUPPET_GEM_VERSION="~> 3.0"
15 notifications:
16   email: false