Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhongturney committed Jan 25, 2024
1 parent f3abe57 commit 05f2892
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ script: "script/cibuild"

matrix:
include:
- rvm: 2.6.0
- rvm: 2.6
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="7.3.0"
- rvm: 2.5.0
- rvm: 2.5
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="7.3.0"
- rvm: 2.6.0
- rvm: 2.6
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="6.18.0"
- rvm: 2.5.0
- rvm: 2.5
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="6.18.0"
- rvm: 2.6.0
- rvm: 2.6
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="5.5.22"
- rvm: 2.5.0
- rvm: 2.5
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="5.5.22"
- rvm: 2.6.0
- rvm: 2.6
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="4.10.10"
- rvm: 2.5.0
- rvm: 2.5
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="4.10.10"

0 comments on commit 05f2892

Please sign in to comment.