mirror of
https://github.com/philippdieter/puppet-ldapquery.git
synced 2025-10-13 12:55:48 +00:00
17 lines
439 B
YAML
17 lines
439 B
YAML
---
|
|
language: ruby
|
|
bundler_args: --without development system_tests
|
|
before_install: rm Gemfile.lock || true
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1.0
|
|
script: bundle exec rake test
|
|
env:
|
|
- PUPPET_VERSION="~> 3.6.0" STRICT_VARIABLES=yes
|
|
- PUPPET_VERSION="~> 3.7.0" STRICT_VARIABLES=yes FUTURE_PARSER=yes
|
|
- PUPPET_VERSION="~> 3.8.3" STRICT_VARIABLES=yes FUTURE_PARSER=yes
|
|
- PUPPET_VERSION="~> 4.2.3"
|
|
- PUPPET_VERSION="~> 4.3.2"
|
|
sudo: false
|