Skip to content

Commit

Permalink
Merge pull request #124 from DavidS/ruby27
Browse files Browse the repository at this point in the history
Add ruby2.7 testing, replacing multiple obsolete puppet6 versions
  • Loading branch information
bastelfreak authored Jun 12, 2020
2 parents fab250a + 2a03e1e commit ac77a3d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
os: linux
dist: bionic
language: ruby
# Workaround https://github.com/bundler/bundler/issues/3558
Expand All @@ -9,14 +10,16 @@ rvm:
- 2.4.4
- 2.5.1
- 2.6.5
- 2.7
env:
- PUPPET_VERSION="~> 5.5.10"
- PUPPET_VERSION="~> 6.1.0"
- PUPPET_VERSION="~> 6.2.0"
- PUPPET_VERSION="~> 6.5.0"
- PUPPET_VERSION="~> 6.5"
- PUPPET_VERSION=">= 0"
- PUPPET_VERSION="git://github.com/puppetlabs/puppet.git#master"
matrix:
jobs:
exclude:
- rvm: 2.7
env: PUPPET_VERSION="~> 5.5.10"
allow_failures:
- env: PUPPET_VERSION=">= 0"
- env: PUPPET_VERSION="git://github.com/puppetlabs/puppet.git#master"
Expand Down

0 comments on commit ac77a3d

Please sign in to comment.