diff options
| author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-05-06 19:39:59 +0200 |
|---|---|---|
| committer | Andreas Baumann <mail@andreasbaumann.cc> | 2017-05-06 19:39:59 +0200 |
| commit | 13e7b962954a3cda186dad44f8f46a31b9c8b0d7 (patch) | |
| tree | 1480c4859f0354838e753171e112841d07d763a1 /.travis.yml | |
| parent | 19bd8afa6b63dccadc2006292154f1633e2a29c9 (diff) | |
| download | monitoring-plugins-13e7b96.tar.gz | |
fixed redirect sticky port handling in redir
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 617c4154..b8249aa7 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -20,7 +20,7 @@ matrix: | |||
| 20 | name: "monitoring-plugins/monitoring-plugins" | 20 | name: "monitoring-plugins/monitoring-plugins" |
| 21 | description: "Monitoring Plugins" | 21 | description: "Monitoring Plugins" |
| 22 | notification_email: team@monitoring-plugins.org | 22 | notification_email: team@monitoring-plugins.org |
| 23 | build_command_prepend: tools/setup && ./configure | 23 | build_command_prepend: tools/setup && ./configure --enable-check-curl |
| 24 | build_command: make | 24 | build_command: make |
| 25 | branch_pattern: coverity.* | 25 | branch_pattern: coverity.* |
| 26 | - compiler: "clang" | 26 | - compiler: "clang" |
| @@ -55,6 +55,7 @@ install: | |||
| 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 | - sudo apt-get install -qq --no-install-recommends libmonitoring-plugin-perl |
| 58 | - sudo apt-get install -qq --no-install-recommends libcurl3-gnutls-dev | ||
| 58 | # Trusty related dependencies (not yet provided) | 59 | # Trusty related dependencies (not yet provided) |
| 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 | 60 | - 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 |
| 60 | # enable ssl apache | 61 | # enable ssl apache |
