diff options
author | Josh Cooper <josh@puppet.com> | 2018-11-27 15:48:59 -0800 |
---|---|---|
committer | Josh Cooper <josh@puppet.com> | 2018-11-27 15:48:59 -0800 |
commit | b61f15615bceb3e1e9f960bf1c21546ac3d87d8d (patch) | |
tree | e184954682f3679b260e803153723221e49e83ed | |
parent | 1302d8b5c93ee9d666d1afa04ee84f300c92b051 (diff) | |
download | puppet-cron_core-b61f15615bceb3e1e9f960bf1c21546ac3d87d8d.tar.gz puppet-cron_core-b61f15615bceb3e1e9f960bf1c21546ac3d87d8d.tar.bz2 |
Test against puppet6
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e36fa84..8e71538 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,10 @@ script: - 'bundle exec rake $CHECK' bundler_args: --without system_tests rvm: - - 2.4.4 + - 2.5.3 env: global: - - BEAKER_PUPPET_COLLECTION=puppet5 PUPPET_GEM_VERSION="~> 5.0" + - BEAKER_PUPPET_COLLECTION=puppet6 PUPPET_GEM_VERSION="~> 6.0" matrix: fast_finish: true include: @@ -24,6 +24,12 @@ matrix: env: CHECK="syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop" - env: CHECK=parallel_spec + - + env: PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec + rvm: 2.4.5 + - + env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec + rvm: 2.1.9 branches: only: - master |