diff options
author | Sven Nierlein <sven@nierlein.de> | 2018-10-24 08:00:39 (GMT) |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2018-10-24 08:00:39 (GMT) |
commit | 4ec057d89a406a3e40b9baf72d3df4c81637b7c8 (patch) | |
tree | 0c5d05e7e21b424b48525655d6f36babf6e44ae9 /.travis.yml | |
parent | 6bcd135f9b6360d7426e3b86f57edd1533781ae7 (diff) | |
download | monitoring-plugins-4ec057d89a406a3e40b9baf72d3df4c81637b7c8.tar.gz |
travis: --enable-check-curl is no longer required
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e725004..e80b34e 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -70,7 +70,7 @@ before_script: | |||
70 | # Detect LDAP configuration (seems volatile on trusty env) | 70 | # Detect LDAP configuration (seems volatile on trusty env) |
71 | - sed -e 's/cn=admin,dc=nodomain/'$(sudo /usr/sbin/slapcat|grep ^dn:|grep cn=|awk '{print $2}')'/' -i plugins/t/NPTest.cache.travis | 71 | - sed -e 's/cn=admin,dc=nodomain/'$(sudo /usr/sbin/slapcat|grep ^dn:|grep cn=|awk '{print $2}')'/' -i plugins/t/NPTest.cache.travis |
72 | - tools/setup | 72 | - tools/setup |
73 | - ./configure --enable-libtap --enable-check-curl | 73 | - ./configure --enable-libtap |
74 | - make | 74 | - make |
75 | - export NPTEST_CACHE="$(pwd)/plugins/t/NPTest.cache.travis" | 75 | - export NPTEST_CACHE="$(pwd)/plugins/t/NPTest.cache.travis" |
76 | - ssh-keygen -t dsa -N "" -f ~/.ssh/id_dsa | 76 | - ssh-keygen -t dsa -N "" -f ~/.ssh/id_dsa |