summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2015-04-22travis: Deploy to Puppet Forge on tagDaniele Sluijters
2015-04-22travis: Specify 2.1 instead of 2.1.xDaniele Sluijters
When specifying `rvm: 2.1` it'll automatically pick the latest Ruby 2.1 available.
2015-04-22travis: Add testing with future parserDaniele Sluijters
2015-04-22travis: Newlines and no need for bundler_argsDaniele Sluijters
2015-04-17travis: Only ever build the master branchDaniele Sluijters
This will stop us from building branches that people with push access push to instead of fork+PR.
2015-04-17travis: Test only latest Ruby and Puppet.Daniele Sluijters
Since this module contains no Ruby code there's really no point in running a matrix for all Ruby versions. We trust Puppet to work on the different Ruby versions so all we need is to run the different versions of Puppet. We use Ruby 2.1.6 since 2.2.x causes Puppet 3 and 4 to crash. We need to allow Puppet 4 builds to break right now because rspec-puppet doesn't work with it.
2015-04-17travis: Enable strict variablesDaniele Sluijters
2015-04-15Fix to use the `mail` hash.Morgan Haskel
Testing unattended upgrades