diff options
author | Rolf Eike Beer <eb@emlix.com> | 2019-08-29 10:08:31 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-08-31 11:40:09 +0200 |
commit | d05cee4b3ad9cc0fb787ba2749faf4329f24260b (patch) | |
tree | b94233caf0f902f77ff5c2de628876808535a4a4 /.lgtm.yml | |
parent | 3e7769a58026702a16d116a48f20899bc1f11ee6 (diff) | |
download | curl-d05cee4b3ad9cc0fb787ba2749faf4329f24260b.tar.gz |
CI: remove duplicate configure flag for LGTM.com
Diffstat (limited to '.lgtm.yml')
-rw-r--r-- | .lgtm.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ extraction: - rm -f CMakeLists.txt - ./buildconf configure: # enable as many optional features as possible - command: ./configure --enable-ares --with-libssh2 --with-gssapi --with-librtmp --with-libmetalink --with-libmetalink + command: ./configure --enable-ares --with-libssh2 --with-gssapi --with-librtmp --with-libmetalink |