aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2020-09-10(MODULES-10800) Add GitHub Actions workflowsLuchian Nemes
Added GitHub Actions workflows for `Static Code Analysis` and `Unit Tests` that run each time there is a new `pull request` or `git push`. `Unit tests` are also set to run every workday at `05:00:00 UTC`. The `.yaml` config files of `Travis` and `AppVeyor` have been removed.
2019-10-24(maint) Enable changelog-generatormihaibuzgau
2019-01-08(maint) update PDK to 1.8.0; update all templatesMelissa Stone
2018-11-28Test against puppet6Josh Cooper
2018-06-26Update Travis config to test against Puppet 5 & modern RubyJacob Helwig
Rather than using the default config of testing against Puppet 4, and an old Ruby version, we now run the spec tests against Puppet 5, and a version of Ruby that is supported by Puppet 5.
2018-06-21Initial sshkey type import from Puppet repositoryJacob Helwig
Imported from dbf5a8964af9b87446542d24f46534cf90f11f59 in the Puppet repo.