diff options
author | Melissa <melissa@puppet.com> | 2018-11-28 14:11:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-28 14:11:12 -0800 |
commit | 3c4a3cd58b6e6c985dae6ff22e87e48532dfcf5e (patch) | |
tree | bfa8383f89b392496cb7ebbcfe90178a9e591569 /.travis.yml | |
parent | f422279080ae4361d2b29451d49a482b2d54c8af (diff) | |
parent | 702a204e195639e18dcea1fb6f776af6246f8780 (diff) | |
download | puppet-hosts_core-3c4a3cd58b6e6c985dae6ff22e87e48532dfcf5e.tar.gz puppet-hosts_core-3c4a3cd58b6e6c985dae6ff22e87e48532dfcf5e.tar.bz2 |
Merge pull request #6 from puppetlabs/modules8182
Expand test coverage
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 81f77dd..e8c30de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,10 @@ script: - 'bundle exec rake $CHECK' bundler_args: --without system_tests rvm: - - 2.4.1 + - 2.5.3 env: global: - - BEAKER_PUPPET_COLLECTION=puppet5 PUPPET_GEM_VERSION="~> 5.0" + - PUPPET_GEM_VERSION="~> 6.0" matrix: fast_finish: true include: @@ -25,6 +25,9 @@ matrix: - 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: |