diff options
author | Sven Nierlein <sven@nierlein.org> | 2017-04-20 14:28:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-20 14:28:15 (GMT) |
commit | 3b86c201a77209406fc48a6ceee2a9a0b92d863c (patch) | |
tree | 18819c40dbec1d226982a252aee137c86d979ed9 /.travis.yml | |
parent | 8306e76c327a1ed5cf68f1842873e40ad57b3b30 (diff) | |
parent | d332ee1fa09f09e6025d58a99876d96d50bbf439 (diff) | |
download | monitoring-plugins-3b86c201a77209406fc48a6ceee2a9a0b92d863c.tar.gz |
Merge pull request #1461 from philipowen/file-size-lessthan
Enable check_file_age to test for maximum file size
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2150c21..617c415 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -54,6 +54,7 @@ install: | |||
54 | - sudo apt-get install -qq --no-install-recommends slapd ldap-utils | 54 | - sudo apt-get install -qq --no-install-recommends slapd ldap-utils |
55 | - sudo apt-get install -qq --no-install-recommends autoconf automake | 55 | - sudo apt-get install -qq --no-install-recommends autoconf automake |
56 | - sudo apt-get install -qq --no-install-recommends faketime | 56 | - sudo apt-get install -qq --no-install-recommends faketime |
57 | - sudo apt-get install -qq --no-install-recommends libmonitoring-plugin-perl | ||
57 | # Trusty related dependencies (not yet provided) | 58 | # Trusty related dependencies (not yet provided) |
58 | - test "$(dpkg -l | grep -E "mysql-(client|server)-[0-9].[0-9]" | grep -c ^ii)" -gt 0 || sudo apt-get install -qq --no-install-recommends mariadb-client mariadb-server | 59 | - test "$(dpkg -l | grep -E "mysql-(client|server)-[0-9].[0-9]" | grep -c ^ii)" -gt 0 || sudo apt-get install -qq --no-install-recommends mariadb-client mariadb-server |
59 | # enable ssl apache | 60 | # enable ssl apache |