diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-05-06 18:17:03 (GMT) |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2018-10-22 14:30:31 (GMT) |
commit | e003353fe9b01299b45e50104403f48b47c2c752 (patch) | |
tree | a0f31d27a463f1c436becc61df169fed48498a35 | |
parent | 00cb1408adf1725ee05c1fe928c9207b7acc235b (diff) | |
download | monitoring-plugins-e003353fe9b01299b45e50104403f48b47c2c752.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 b8249aa..ef53b2d 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 |