aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Antoine <contact@catenacyber.fr>2020-01-23 09:09:21 +0100
committerPhilippe Antoine <contact@catenacyber.fr>2020-01-23 09:09:21 +0100
commitcbb755666eb719731d29fa6860948638c1e00478 (patch)
treef64bfe6a0552c50c38d13f8b300ec6ccd58d4a6a
parent1d024ece7a7ce165e5fd8c7e048b9a4058a0b6d7 (diff)
Typo fix
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a4873574e..57b347449 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -97,7 +97,7 @@ before_script:
# - lcov --directory . --zerocounters
script:
- - if [ -n "$QA_FUZZ" ]; then ./configure --enable-fuzztargets else ./configure ; fi
+ - if [ -n "$QA_FUZZ" ]; then ./configure --enable-fuzztargets ; else ./configure ; fi
- make
#after_script: