Skip to content

Commit 81cba7e

Browse files
committed
Update travis to add ruby 2.7 testing and use puppet#main instead of #master
1 parent e025c0d commit 81cba7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
- rvm: 2.5.7
3434
env: PUPPET_GEM_VERSION='~> 6.14.0'
3535
- rvm: 2.5.7
36-
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#master'
36+
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#main'
37+
- rvm: 2.7
38+
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#main'
3739
- rvm: 2.4.3
3840
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#5.5.x'
3941
notifications:

0 commit comments

Comments
 (0)