mirror of
https://github.com/philippdieter/puppet-ldapquery.git
synced 2025-10-13 20:56:55 +00:00
32 lines
825 B
YAML
32 lines
825 B
YAML
---
|
|
dist: bionic
|
|
language: ruby
|
|
cache: bundler
|
|
before_install:
|
|
- gem update --system
|
|
- gem update bundler
|
|
- bundle --version
|
|
script:
|
|
- 'bundle exec rake $CHECK'
|
|
matrix:
|
|
fast_finish: true
|
|
include:
|
|
- rvm: 2.4.4
|
|
bundler_args: --without system_tests development release
|
|
env: PUPPET_VERSION="~> 5.0" CHECK=test PARALLEL_TEST_PROCESSORS=12
|
|
- rvm: 2.5.3
|
|
bundler_args: --without system_tests development release
|
|
env: PUPPET_VERSION="~> 6.0" CHECK=test_with_coveralls
|
|
- rvm: 2.5.3
|
|
bundler_args: --without system_tests development release
|
|
env: PUPPET_VERSION="~> 6.0" CHECK=rubocop
|
|
- rvm: 2.5.3
|
|
bundler_args: --without system_tests development release
|
|
env: PUPPET_VERSION="~> 6.0" CHECK=build DEPLOY_TO_FORGE=yes
|
|
branches:
|
|
only:
|
|
- master
|
|
- /^v\d/
|
|
notifications:
|
|
email: false
|