diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-05-06 20:17:03 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2017-05-06 20:17:03 +0200 |
commit | c0c7cfaca6377e55ceac6cd2068e3f1d658f78e6 (patch) | |
tree | 3502c0220d3b692ca304796d92159d07e49ea41a | |
parent | 022ccd284132c88cfbd95302f2f96c9ce482a7a4 (diff) | |
download | monitoring-plugins-c0c7cfa.tar.gz |
added check|_curl enabler in right position in configure in Travis script
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b8249aa7..ef53b2d8 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 --enable-check-curl | 23 | build_command_prepend: tools/setup && ./configure |
24 | build_command: make | 24 | build_command: make |
25 | branch_pattern: coverity.* | 25 | branch_pattern: coverity.* |
26 | - compiler: "clang" | 26 | - compiler: "clang" |
@@ -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 | 73 | - ./configure --enable-libtap --enable-check-curl |
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 |