Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gemspec: fix repo url / Drop Puppet 4/5 tests #311

Merged
merged 3 commits into from
Jan 16, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Drop Puppet 4/5 tests; Add Ruby 2.7 testing
  • Loading branch information
bastelfreak committed Jan 16, 2021
commit e29baebc0d5becc37db9b6b81dcedcf97ec82301
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ script:
bundle exec cucumber -f progress
matrix:
include:
- rvm: 2.1.9
env: PUPPET_VERSION="~> 4.0" RUBYGEMS_VERSION=2.7.8
- rvm: 2.4.2
env: PUPPET_VERSION="~> 5.0"
- rvm: 2.5.7
- rvm: 2.5
env: PUPPET_VERSION="~> 6.0"
- rvm: 2.6
env: PUPPET_VERSION="~> 6.0"
- rvm: 2.7
env: PUPPET_VERSION="~> 6.0"
notifications:
email: false
Expand Down