diff options
author | phowen <phowen@cisco.com> | 2017-04-05 09:27:37 (GMT) |
---|---|---|
committer | phowen <phowen@cisco.com> | 2017-04-05 09:27:37 (GMT) |
commit | d332ee1fa09f09e6025d58a99876d96d50bbf439 (patch) | |
tree | 653755327bb30bda1397a272c98838a6d7ce4e10 /.travis.yml | |
parent | 98a365d76c9b7e270d7b00953905d80c80c1467d (diff) | |
download | monitoring-plugins-d332ee1fa09f09e6025d58a99876d96d50bbf439.tar.gz |
resolve issues from code reviewrefs/pull/1461/head
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 78ebc30..0a559e7 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -53,6 +53,7 @@ install: | |||
53 | - sudo apt-get install -qq --no-install-recommends slapd ldap-utils | 53 | - sudo apt-get install -qq --no-install-recommends slapd ldap-utils |
54 | - sudo apt-get install -qq --no-install-recommends autoconf automake | 54 | - sudo apt-get install -qq --no-install-recommends autoconf automake |
55 | - sudo apt-get install -qq --no-install-recommends faketime | 55 | - sudo apt-get install -qq --no-install-recommends faketime |
56 | - sudo apt-get install -qq --no-install-recommends libmonitoring-plugin-perl | ||
56 | # Trusty related dependencies (not yet provided) | 57 | # Trusty related dependencies (not yet provided) |
57 | - 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 | 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 |
58 | 59 | ||