aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2014-07-30travis-ci: create MySQL database 'test'Gravatar Jan Wagner
2014-07-21travis-ci: Installing libhttp-daemon-ssl-perl to make ↵Gravatar Jan Wagner
plugins/tests/check_http.t possible to run
2014-07-21travis-ci: Using libfreeradius-client-dev as build-depGravatar Jan Wagner
2014-06-24tests: always build and test on travisGravatar Sven Nierlein
also make test is now working on travis-ci Signed-off-by: Sven Nierlein <sven@nierlein.de>
2014-02-28travis-ci: remove mawk build-depsGravatar Jan Wagner
2014-02-27travis-ci: Remove gawk to build against mawkGravatar Jan Wagner
2014-02-20travis-ci: Don't use ClangGravatar Holger Weiss
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-20travis-ci: Adjust "branch_pattern"Gravatar Holger Weiss
Modify the "branch_pattern" for the Coverity add-on so that it also matches "coverity/master" and "coverity/maint".
2014-02-16travis-ci: remove heading dash accordingly docsGravatar Jan Wagner
2014-02-16travis-ci: Cosmetic changesGravatar Holger Weiss
Use two spaces for indentation.
2014-02-16travis-ci: Enable email notificationsGravatar Holger Weiss
Have Travis CI send build failure and recovery notifications to the team@ list.
2014-02-16travis-ci: Add configuration for Coverity ScanGravatar Jan Wagner
Run Coverity Scan builds on Travis CI, but only when pushing into the "coverity" branch.
2014-02-16travis-ci: Make use of before_script targetGravatar Jan Wagner
2014-02-16travis-ci: Update package list in before_installGravatar Jan Wagner
[skip ci]
2014-02-16travis-ci: Move all into install targetGravatar Jan Wagner
just keeped 'make' in script target
2014-02-16travis-ci: Add clang and gcc as compilerGravatar Jan Wagner
2014-02-15travis-ci: Enable IRC notificationGravatar Jan Wagner
2014-02-14Add travis configGravatar Jan Wagner