summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2021-04-30migrate travis ci to github actionsSven Nierlein1-98/+0
2019-04-04Merge branch 'master' into feature_check_curlAndreas Baumann1-9/+9
2019-02-04travis-ci: Use RSA keys for SSH testsrefs/pull/1580/headJan Wagner1-2/+2
2019-02-02travis-ci: Restart mysqlJan Wagner1-0/+1
2019-02-02travis-ci: The package name is now 'squid'Jan Wagner1-3/+3
2019-02-02travis-ci: Remove backports ppaJan Wagner1-1/+0
2019-02-02travis-ci: Switch over to xenialJan Wagner1-1/+1
2018-12-04tests: rework test parametersrefs/pull/1565/headSven Nierlein1-4/+2
there were 2 variants of calling getTestParameter: - parameter, description, default value - parameter, env value, default value, description, scope While scope was never actually used and having 2 names for the same value led to having 2 different entries in the cache file for the same configuration. This commit removes the variants and simplifies tests parameters by only using the first 3 parameter variant.
2018-11-06test: Add proxy tests via proxyrefs/pull/1476/headMarkus Frosch1-1/+3
On Travis with a local squid
2018-10-24check_curl: fix builds if curl is not enabledSven Nierlein1-0/+1
2018-10-24travis: --enable-check-curl is no longer requiredSven Nierlein1-1/+1
2018-10-22fixed some printf bugs and switched to libcurl4-openssl for Travis testsAndreas Baumann1-1/+1
2018-10-22added check|_curl enabler in right position in configure in Travis scriptAndreas Baumann1-2/+2
2018-10-22fixed redirect sticky port handling in redirAndreas Baumann1-1/+2
2017-04-20Merge pull request #1461 from philipowen/file-size-lessthanSven Nierlein1-0/+1
Enable check_file_age to test for maximum file size
2017-04-05resolve issues from code reviewrefs/pull/1461/headphowen1-0/+1
2017-03-12remove hardcoded verisign.com testsSven Nierlein1-1/+7
and make it configurable Signed-off-by: Sven Nierlein <sven@nierlein.de>
2017-03-12make travis tests more reliableSven Nierlein1-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-08travis-ci: Install mariadb only if no MySQL is presentJan Wagner1-1/+1
2016-11-29Revert "travis-ci: Workaround travis-ci/travis-ci#329"Jan Wagner1-5/+1
Encrypted env variables are not available for PRs This reverts commit fe69d3680a1104adcc35d3722f38ac05a976e21f.
2016-11-29travis-ci: Drop clang++, which makes no sense hereJan Wagner1-1/+0
2016-11-29travis-ci: Disable notification via mailJan Wagner1-1/+1
2016-11-29travis-ci: Workaround travis-ci/travis-ci#329Jan Wagner1-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-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