]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commitdiff
Update Travis config to test against Puppet 5 & modern Ruby
authorJacob Helwig <jacob@technosorcery.net>
Tue, 26 Jun 2018 17:40:18 +0000 (10:40 -0700)
committerJacob Helwig <jacob@technosorcery.net>
Tue, 26 Jun 2018 17:40:18 +0000 (10:40 -0700)
Rather than using the default config of testing against Puppet 4, and an
old Ruby version, we now run the spec tests against Puppet 5, and a
version of Ruby that is supported by Puppet 5.

.sync.yml
.travis.yml

index dd4f0d1ecc86e12ad7d0fac870a568035238b24f..e4407f13ba1d44d95b20f1a96e32381c58af67a5 100644 (file)
--- a/.sync.yml
+++ b/.sync.yml
@@ -40,3 +40,8 @@ Rakefile:
 
 .gitlab-ci.yml:
   delete: true
+
+.travis.yml:
+  remove_includes:
+    - env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec
+      rvm: 2.1.9
index 81f77dde086850723fee33a01588590df5814165..2c6edb7d962221a88156bbb2164a3fd4194e036f 100644 (file)
@@ -24,9 +24,6 @@ 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="~> 4.0" CHECK=parallel_spec
-      rvm: 2.1.9
 branches:
   only:
     - master