module-puppetlabs-apt/.sync.yml
Hunter Haugen a467f1b978 Fix travis.yml for puppet 4
I accidentally pushed a commit with modulesync that made puppet 4 a
non-voting job. This should make it more in line with modulesync.

Also, we should look at bumping these ORDERING="random" changes back to
msync if they are valuable.
2015-05-27 08:25:44 -07:00

26 lines
750 B
YAML

---
.travis.yml:
includes:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random"
- rvm: 2.1.6
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes" ORDERING="random"
allow_failures:
Gemfile:
required:
':development, :unit_tests':
- gem: rspec-puppet
version: '~> 2.1'
- gem: rspec-core
version: '3.1.7'
- gem: puppetlabs_spec_helper
- gem: simplecov
- gem: puppet_facts
- gem: json
':system_tests':
- gem: beaker-rspec
- gem: serverspec