aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppet.com>2018-11-27 15:57:34 -0800
committerJosh Cooper <josh@puppet.com>2018-11-28 11:45:17 -0800
commitc7b2e899ca57fcb6384bee900fa446bc2f860c2a (patch)
tree16d1dcb1552950f192d8bbf4b7b76ef499988d1d
parenta9ec2c6819b546ccc088930ec54c069acb9e38b9 (diff)
downloadpuppet-sshkeys_core-c7b2e899ca57fcb6384bee900fa446bc2f860c2a.tar.gz
puppet-sshkeys_core-c7b2e899ca57fcb6384bee900fa446bc2f860c2a.tar.bz2
Test against puppet6
-rw-r--r--.travis.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2c6edb7..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:
@@ -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