Update modulesync_config [a3fe424]
[puppet-modules/puppetlabs-apt.git] / .travis.yml
1 #This file is generated by ModuleSync, do not edit.
2 ---
3 sudo: false
4 language: ruby
5 cache: bundler
6 script: "bundle exec rake validate lint spec"
7 matrix:
8   fast_finish: true
9   include:
10   - rvm: 2.3.1
11     dist: trusty
12     env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/ubuntu-14.04
13     script: bundle exec rake beaker
14     services: docker
15     sudo: required
16   - rvm: 2.3.1
17     dist: trusty
18     env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/debian-8
19     script: bundle exec rake beaker
20     services: docker
21     sudo: required
22   - rvm: 2.3.1
23     bundler_args: --without system_tests
24     env: PUPPET_GEM_VERSION="~> 4.0"
25   - rvm: 2.1.9
26     bundler_args: --without system_tests
27     env: PUPPET_GEM_VERSION="~> 4.0"
28   - rvm: 2.1.5
29     bundler_args: --without system_tests
30     env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
31   - rvm: 2.1.5
32     bundler_args: --without system_tests
33     env: PUPPET_GEM_VERSION="~> 3.0"
34   - rvm: 1.9.3
35     bundler_args: --without system_tests
36     env: PUPPET_GEM_VERSION="~> 3.0"
37 notifications:
38   email: false