pdksync_heads/master-0-g6814a87

This commit is contained in:
David Swan
2019-01-10 15:29:50 +00:00
parent be8c53be64
commit ed5fd0d528
3 changed files with 3 additions and 8 deletions

View File

@@ -3,9 +3,6 @@ dist: trusty
language: ruby
cache: bundler
before_install:
- if [ $BUNDLER_VERSION ]; then
gem install -v $BUNDLER_VERSION bundler --no-rdoc --no-ri;
fi
- bundle -v
- rm -f Gemfile.lock
- gem update --system $RUBYGEMS_VERSION
@@ -45,9 +42,6 @@ matrix:
-
env: PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
rvm: 2.4.4
-
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec RUBYGEMS_VERSION=2.7.8 BUNDLER_VERSION=1.17.3
rvm: 2.1.9
branches:
only:
- master