Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-08 | Update from voxpupuli modulesync_config | Igor Galić | |
2015-04-23 | Upgrade dependencies | Daniele Sluijters | |
* Use rspec-puppet 2.1+ (which now supports Puppet 4) * No longer allow the Puppet 4 builds to fail (the tests can run now) * Use the released version of the apt module | |||
2015-04-22 | Fucking hell, build already. | Daniele Sluijters | |
2015-04-22 | travis: More deploy fiddles | Daniele Sluijters | |
2015-04-22 | travis: Build release branches | Daniele Sluijters | |
2015-04-22 | Revert "travis: Build everything for deploy." | Daniele Sluijters | |
This reverts commit e1785808889df7a0c5a60b231a8822d6a20e88ea. | |||
2015-04-22 | travis: Build everything for deploy. | Daniele Sluijters | |
2015-04-22 | travis: Deploy to Puppet Forge on tag | Daniele Sluijters | |
2015-04-22 | travis: Specify 2.1 instead of 2.1.x | Daniele Sluijters | |
When specifying `rvm: 2.1` it'll automatically pick the latest Ruby 2.1 available. | |||
2015-04-22 | travis: Add testing with future parser | Daniele Sluijters | |
2015-04-22 | travis: Newlines and no need for bundler_args | Daniele Sluijters | |
2015-04-17 | travis: Only ever build the master branch | Daniele Sluijters | |
This will stop us from building branches that people with push access push to instead of fork+PR. | |||
2015-04-17 | travis: 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-17 | travis: Enable strict variables | Daniele Sluijters | |
2015-04-15 | Fix to use the `mail` hash. | Morgan Haskel | |
Testing unattended upgrades |