Skip to content

Commit

Permalink
Merge pull request puppetlabs#265 from DavidS/update-ci
Browse files Browse the repository at this point in the history
(maint) update test matrix for current supported versions; remove older versions to cut down on resource usage
  • Loading branch information
Bogdan Irimie authored Apr 6, 2020
2 parents 4a20175 + 728a87f commit f4bc4c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 31 deletions.
35 changes: 5 additions & 30 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,41 +35,16 @@ jobs:
- rvm: 2.5.1
env: CHECK=license_finder
bundler_args: ""

- rvm: 2.4.3
env: PUPPET_GEM_VERSION='~> 5.4.0'
- rvm: 2.4.2
env: PUPPET_GEM_VERSION='~> 5.3.0'
- rvm: 2.4.1
env: PUPPET_GEM_VERSION='~> 5.2.0'
- rvm: 2.4.1
env: PUPPET_GEM_VERSION='~> 5.1.0'
- rvm: 2.4.1
env: PUPPET_GEM_VERSION='~> 5.0.0'
- rvm: 2.1.9
env: PUPPET_GEM_VERSION='~> 4' SIMPLECOV=yes # 4.10
before_install:
- gem install bundler -v '< 2'
- rvm: 2.1.9
env: PUPPET_GEM_VERSION='~> 4.9.0'
before_install:
- gem install bundler -v '< 2'
- rvm: 2.1.9
env: PUPPET_GEM_VERSION='~> 4.8.0'
before_install:
- gem install bundler -v '< 2'
- rvm: 2.1.9
env: PUPPET_GEM_VERSION='~> 4.7.0'
before_install:
- gem install bundler -v '< 2'
- rvm: 2.5.1
env: PUPPET_GEM_VERSION='~> 6' # 6.0, soon 6.1
- rvm: 2.5.1
env: PUPPET_GEM_VERSION='~> 6.0'
- rvm: 2.5.1
- rvm: 2.5.7
env: PUPPET_GEM_VERSION='~> 6' SIMPLECOV=yes # latest 6 release
- rvm: 2.5.7
env: PUPPET_GEM_VERSION='~> 6.14.0'
- rvm: 2.5.7
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#master'
- rvm: 2.5.1
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#6.0.x'
- rvm: 2.4.3
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#5.5.x'
- rvm: 2.1.9
Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ branches:

environment:
matrix:
- RUBY_VERSION: 24-x64
- RUBY_VERSION: 25-x64
- PUPPET_GEM_VERSION: '~> 5.0'
RUBY_VERSION: 24-x64
- PUPPET_GEM_VERSION: '~> 4.0'
RUBY_VERSION: 21-x64

Expand Down

0 comments on commit f4bc4c1

Please sign in to comment.