Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-20 | Merge pull request #1461 from philipowen/file-size-lessthan | Sven Nierlein | 1 | -0/+1 | |
Enable check_file_age to test for maximum file size | |||||
2017-04-05 | resolve issues from code reviewrefs/pull/1461/head | phowen | 1 | -0/+1 | |
2017-03-12 | remove hardcoded verisign.com tests | Sven Nierlein | 1 | -1/+7 | |
and make it configurable Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2017-03-12 | make travis tests more reliable | Sven Nierlein | 1 | -2/+3 | |
- add-apt-repository might be missing, so install it to be sure - killing ntp might fail if there is none - removing ipv6 from etc/hosts should not fail Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2016-12-08 | travis-ci: Install mariadb only if no MySQL is present | Jan Wagner | 1 | -1/+1 | |
2016-11-29 | Revert "travis-ci: Workaround travis-ci/travis-ci#329" | Jan Wagner | 1 | -5/+1 | |
Encrypted env variables are not available for PRs This reverts commit fe69d3680a1104adcc35d3722f38ac05a976e21f. | |||||
2016-11-29 | travis-ci: Drop clang++, which makes no sense here | Jan Wagner | 1 | -1/+0 | |
2016-11-29 | travis-ci: Disable notification via mail | Jan Wagner | 1 | -1/+1 | |
2016-11-29 | travis-ci: Workaround travis-ci/travis-ci#329 | Jan Wagner | 1 | -2/+6 | |
By encrypting the notification settings. This still fail for ppl with push access to the origin repro while pushing to their own clone. | |||||
2016-11-21 | travis-ci: Adding clang to the matrix | Jan Wagner | 1 | -0/+5 | |
See https://docs.travis-ci.com/user/multi-os/#Example-Multi-OS-Build-Matrix for Multi OS matrix | |||||
2016-11-21 | travis-ci: Implement a matrix | Jan Wagner | 1 | -15/+22 | |
See https://docs.travis-ci.com/user/customizing-the-build/#Build-Matrix | |||||
2016-11-20 | Creating and mounting randisk to make use of check_disk tests | Jan Wagner | 1 | -0/+1 | |
2016-11-15 | This patch adds support for using the readcli lib. | Jan Wagner | 1 | -1/+1 | |
http://radcli.github.io/radcli/ (Closes #1437) | |||||
2016-11-11 | clean cpan installation | Sven Nierlein | 1 | -3/+0 | |
HTTP::Daemon::SSL gets installed as pkg already. | |||||
2016-11-11 | travis: install HTTP::Daemon::SSL perl module | Sven Nierlein | 1 | -0/+3 | |
which is required for plugins/tests/check_http.t Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2015-10-21 | travis-ci: Adding spwaspace to trusty env | Jan Wagner | 1 | -0/+2 | |
2015-10-21 | travis-ci: Stop local running ntpd | Jan Wagner | 1 | -0/+2 | |
2015-10-21 | travis-ci: Detect LDAP config | Jan Wagner | 1 | -0/+2 | |
2015-10-21 | travis-ci: Add ppa:waja/precise-backports for fixed faketime | Jan Wagner | 1 | -0/+1 | |
2015-10-20 | travis-ci: Clearly documentx why we need install mariadb | Jan Wagner | 1 | -0/+1 | |
2015-10-20 | travis-ci: Work around broken /etc/hosts on trusty env | Jan Wagner | 1 | -0/+4 | |
2015-10-19 | travis-ci: Adding multiverse repository as long it's not default. ↵ | Jan Wagner | 1 | -0/+1 | |
snmp-mibs-downloader is located there | |||||
2015-10-19 | travis-ci: Install mariadb-client and mariadb-server | Jan Wagner | 1 | -2/+6 | |
2015-10-19 | travis-ci: Migrating to Trusty CI env | Jan Wagner | 1 | -1/+2 | |
2015-10-04 | travis-ci: Add dependencies to run 'perl -wc' | Jan Wagner | 1 | -0/+1 | |
2015-10-02 | add faketime based tests for check_http | Sven Nierlein | 1 | -0/+1 | |
2015-04-22 | add check_ldap test | Sven Nierlein | 1 | -0/+1 | |
install openldap on travis and grep base dn from slapcat. Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2015-04-12 | install snmpd on travis tests | Sven Nierlein | 1 | -1/+1 | |
because its required for ./plugins/tests/check_snmp.t Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
2015-04-12 | enable libtab on travis builds | Sven Nierlein | 1 | -1/+1 | |
to enable some more tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
2015-04-12 | add perl snmp to travis dependencies | Sven Nierlein | 1 | -1/+1 | |
it is required for the check_snmp tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
2014-07-30 | travis-ci: create MySQL database 'test' | Jan Wagner | 1 | -0/+2 | |
2014-07-21 | travis-ci: Installing libhttp-daemon-ssl-perl to make ↵ | Jan Wagner | 1 | -1/+1 | |
plugins/tests/check_http.t possible to run | |||||
2014-07-21 | travis-ci: Using libfreeradius-client-dev as build-dep | Jan Wagner | 1 | -1/+2 | |
2014-06-24 | tests: always build and test on travisrefs/pull/1261/head | Sven Nierlein | 1 | -1/+11 | |
also make test is now working on travis-ci Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2014-02-28 | travis-ci: remove mawk build-deps | Jan Wagner | 1 | -1/+1 | |
2014-02-27 | travis-ci: Remove gawk to build against mawk | Jan Wagner | 1 | -0/+1 | |
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 | |