summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add more Travis CI flavors to the matrixNicolas R2019-02-201-1/+5
| | | | | | | | | | | | | | This configuration is going to considerably slowing down smokes but this is a useful alternate when preparing a release. We can probably consider commenting these extra config and only check them for release. Or we could also provide two travis.yaml: - .travis.yml.light - .travis.yml.full And use a symlink depending which one we want to use.
* travis.yaml: fixes for osxNicolas R2017-11-131-2/+2
| | | | | run brew update before installing ccache use TRAVIS_OS_NAME macro to check os
* Tweak travis.yml: ccache & notificationsNicolas R2017-11-131-1/+32
| | | | | | - builds are now using ccache - use multiline syntax for main script - irc notifications are now enabled and sent to #p5p-qa channel
* Adjust travis.yaml configuration for blead merges.Nicolas R2017-11-101-2/+5
| | | | | | - Unset PERL_BUILD_PACKAGING during builds - Set JOBS to indicate how parallel we want builds to be (4) - Assure tags are fetched to allow t/porting/cmp_version.t to build.
* Simplify travis.yml config for Continuous IntegrationNicolas R2017-11-081-8/+13
| | | | | | | The goal is to have a quick smoke on travis smokers to plug in short future CI for any new commits/PR. NPD
* [perl #123981] Travis-CI supportTony Cook2017-06-141-0/+31
This is largely based on work done by "c9s <yoanlin93@gmail.com>" and Dennis Kaarsemaker (Seveas)