summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2016-11-21travis-ci: Adding clang to the matrixJan Wagner1-0/+5
See https://docs.travis-ci.com/user/multi-os/#Example-Multi-OS-Build-Matrix for Multi OS matrix
2016-11-21travis-ci: Implement a matrixJan Wagner1-15/+22
See https://docs.travis-ci.com/user/customizing-the-build/#Build-Matrix
2016-11-20Creating and mounting randisk to make use of check_disk testsJan Wagner1-0/+1
2016-11-15This patch adds support for using the readcli lib.Jan Wagner1-1/+1
http://radcli.github.io/radcli/ (Closes #1437)
2016-11-11clean cpan installationSven Nierlein1-3/+0
HTTP::Daemon::SSL gets installed as pkg already.
2016-11-11travis: install HTTP::Daemon::SSL perl moduleSven Nierlein1-0/+3
which is required for plugins/tests/check_http.t Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-10-21travis-ci: Adding spwaspace to trusty envJan Wagner1-0/+2
2015-10-21travis-ci: Stop local running ntpdJan Wagner1-0/+2
2015-10-21travis-ci: Detect LDAP configJan Wagner1-0/+2
2015-10-21travis-ci: Add ppa:waja/precise-backports for fixed faketimeJan Wagner1-0/+1
2015-10-20travis-ci: Clearly documentx why we need install mariadbJan Wagner1-0/+1
2015-10-20travis-ci: Work around broken /etc/hosts on trusty envJan Wagner1-0/+4
2015-10-19travis-ci: Adding multiverse repository as long it's not default. ↵Jan Wagner1-0/+1
snmp-mibs-downloader is located there
2015-10-19travis-ci: Install mariadb-client and mariadb-serverJan Wagner1-2/+6
2015-10-19travis-ci: Migrating to Trusty CI envJan Wagner1-1/+2
2015-10-04travis-ci: Add dependencies to run 'perl -wc'Jan Wagner1-0/+1
2015-10-02add faketime based tests for check_httpSven Nierlein1-0/+1
2015-04-22add check_ldap testSven Nierlein1-0/+1
install openldap on travis and grep base dn from slapcat. Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-04-12install snmpd on travis testsSven Nierlein1-1/+1
because its required for ./plugins/tests/check_snmp.t Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2015-04-12enable libtab on travis buildsSven Nierlein1-1/+1
to enable some more tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2015-04-12add perl snmp to travis dependenciesSven Nierlein1-1/+1
it is required for the check_snmp tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2014-07-30travis-ci: create MySQL database 'test'Jan Wagner1-0/+2
2014-07-21travis-ci: Installing libhttp-daemon-ssl-perl to make ↵Jan Wagner1-1/+1
plugins/tests/check_http.t possible to run
2014-07-21travis-ci: Using libfreeradius-client-dev as build-depJan Wagner1-1/+2
2014-06-24tests: always build and test on travisrefs/pull/1261/headSven Nierlein1-1/+11
also make test is now working on travis-ci Signed-off-by: Sven Nierlein <sven@nierlein.de>
2014-02-28travis-ci: remove mawk build-depsJan Wagner1-1/+1
2014-02-27travis-ci: Remove gawk to build against mawkJan Wagner1-0/+1
2014-02-20travis-ci: Don't use ClangHolger Weiss1-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-20travis-ci: Adjust "branch_pattern"Holger Weiss1-1/+1
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 docsJan Wagner1-1/+1
2014-02-16travis-ci: Cosmetic changesHolger Weiss1-8/+8
Use two spaces for indentation.
2014-02-16travis-ci: Enable email notificationsHolger Weiss1-1/+2
Have Travis CI send build failure and recovery notifications to the team@ list.
2014-02-16travis-ci: Add configuration for Coverity ScanJan Wagner1-1/+23
Run Coverity Scan builds on Travis CI, but only when pushing into the "coverity" branch.
2014-02-16travis-ci: Make use of before_script targetJan Wagner1-0/+2
2014-02-16travis-ci: Update package list in before_installJan Wagner1-1/+3
[skip ci]
2014-02-16travis-ci: Move all into install targetJan Wagner1-1/+3
just keeped 'make' in script target
2014-02-16travis-ci: Add clang and gcc as compilerJan Wagner1-0/+5
2014-02-15travis-ci: Enable IRC notificationJan Wagner1-2/+7
2014-02-14Add travis configJan Wagner1-0/+12