e299f66262
With official supported modules now being a thing and having a version of the APT module to which we will backport fixes until the next major release it is time to say goodbye to Puppet 2.7. So long and thanks for all the fish.
19 lines
331 B
YAML
19 lines
331 B
YAML
---
|
|
branches:
|
|
only:
|
|
- master
|
|
language: ruby
|
|
bundler_args: --without development
|
|
script: bundle exec rake spec SPEC_OPTS='--format documentation'
|
|
rvm:
|
|
- 1.8.7
|
|
- 1.9.3
|
|
- 2.0.0
|
|
env:
|
|
matrix:
|
|
- PUPPET_GEM_VERSION="~> 3.3.0"
|
|
- PUPPET_GEM_VERSION="~> 3.4.0"
|
|
matrix:
|
|
fast_finish: true
|
|
notifications:
|
|
email: false
|