Merge pull request #83 from puppetlabs/maint_update_travis

Update travis.yml
This commit is contained in:
mattkirby 2020-08-06 12:22:59 -07:00 committed by GitHub
commit d843066a56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
sudo: false
language: ruby language: ruby
dist: xenial
os:
- linux
rvm: rvm:
- 2.6.5 - 2.6.5
script: bundle exec rake spec script: bundle exec rake spec