Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-20 | travis-ci: Don't use Clang | Holger Weiss | 1 | -10/+0 | |
Currently, there doesn't seem to be a way to configure Travis CI to omit the Clang build on the coverity/* branches. See: https://github.com/travis-ci/travis-ci/issues/1975 | |||||
2014-02-20 | travis-ci: Adjust "branch_pattern" | Holger Weiss | 1 | -1/+1 | |
Modify the "branch_pattern" for the Coverity add-on so that it also matches "coverity/master" and "coverity/maint". | |||||
2014-02-16 | travis-ci: remove heading dash accordingly docs | Jan Wagner | 1 | -1/+1 | |
2014-02-16 | travis-ci: Cosmetic changes | Holger Weiss | 1 | -8/+8 | |
Use two spaces for indentation. | |||||
2014-02-16 | travis-ci: Enable email notifications | Holger Weiss | 1 | -1/+2 | |
Have Travis CI send build failure and recovery notifications to the team@ list. | |||||
2014-02-16 | travis-ci: Add configuration for Coverity Scan | Jan Wagner | 1 | -1/+23 | |
Run Coverity Scan builds on Travis CI, but only when pushing into the "coverity" branch. | |||||
2014-02-16 | travis-ci: Make use of before_script target | Jan Wagner | 1 | -0/+2 | |
2014-02-16 | travis-ci: Update package list in before_install | Jan Wagner | 1 | -1/+3 | |
[skip ci] | |||||
2014-02-16 | travis-ci: Move all into install target | Jan Wagner | 1 | -1/+3 | |
just keeped 'make' in script target | |||||
2014-02-16 | travis-ci: Add clang and gcc as compiler | Jan Wagner | 1 | -0/+5 | |
2014-02-15 | travis-ci: Enable IRC notification | Jan Wagner | 1 | -2/+7 | |
2014-02-14 | Add travis config | Jan Wagner | 1 | -0/+12 | |