Sha256: 2d0adf6ef271079abaaa96d823612f96c115a4a504077b3bafec5f929c718114
Contents?: true
Size: 483 Bytes
Versions: 22
Compression:
Stored size: 483 Bytes
Contents
sudo: false language: ruby cache: bundler before_install: # https://github.com/bundler/bundler/issues/3558 gem update bundler script: bundle exec rake spec matrix: fast_finish: true include: - rvm: 2.3.1 env: PUPPET_GEM_VERSION='~> 4.0' - rvm: 2.1 env: PUPPET_GEM_VERSION='~> 4.0' - rvm: 2.1 env: PUPPET_GEM_VERSION='~> 3.0' - rvm: 2.0 env: PUPPET_GEM_VERSION='~> 3.0' - rvm: 1.9.3 env: PUPPET_GEM_VERSION='~> 3.0' notifications: email: false
Version data entries
22 entries across 22 versions & 1 rubygems