module-puppetlabs-apt/.travis.yml

21 lines
501 B
YAML
Raw Normal View History

#This file is generated by ModuleSync, do not edit.
---
sudo: false
2015-05-07 00:15:21 +02:00
language: ruby
cache: bundler
bundler_args: --without system_tests
script: "bundle exec rake validate lint spec"
matrix:
fast_finish: true
2014-06-27 19:52:08 +02:00
include:
- rvm: 2.1.6
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
2012-05-08 19:18:52 +02:00
notifications:
email: false