57bb3fe438
This moves all copyright statements to the NOTICE file in accordance with the ASFs guidelines on applying the Apache-2.0 license.
20 lines
501 B
YAML
20 lines
501 B
YAML
#This file is generated by ModuleSync, do not edit.
|
|
---
|
|
sudo: false
|
|
language: ruby
|
|
cache: bundler
|
|
bundler_args: --without system_tests
|
|
script: "bundle exec rake validate lint spec"
|
|
matrix:
|
|
fast_finish: true
|
|
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"
|
|
notifications:
|
|
email: false
|