Module: monitoring-plugins Branch: master Commit: 5f77fa7510afda19c832b2497f4799d9648c532e Author: Jan Wagner <[email protected]> Date: Thu Feb 27 22:23:44 2014 +0100 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=5f77fa7
travis-ci: Remove gawk to build against mawk --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 83cf1ca..d73d5e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: c before_install: - sudo apt-get update -qq + - sudo apt-get purge -qq gawk install: - sudo apt-get install -qq --no-install-recommends perl autotools-dev libdbi-dev libldap2-dev libpq-dev libmysqlclient-dev libradiusclient-ng-dev libkrb5-dev libnet-snmp-perl procps mawk
