From d196a2a61deee9290826407ab17b994e0747f0af Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Tue, 25 Aug 2015 16:14:04 -0700 Subject: Remove 2.7 from travis matrix I believe 2.7 in the matrix is an error, this module has never claimed support for 2.7 and 2.7 currently doesn't work (though fails in places that are not unit tested) --- .sync.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.sync.yml') diff --git a/.sync.yml b/.sync.yml index 02c6c83..f4b637c 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,11 +1,5 @@ --- .travis.yml: - script: "\"bundle exec rake spec SPEC_OPTS='--format documentation'\"" - extras: - - rvm: 1.8.7 - env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0" - - rvm: 1.8.7 - env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0" Rakefile: unmanaged: true spec/spec_helper.rb: -- cgit v1.2.3