summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3451102b36..f5aaaf3ade 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ before_script:
- "autoconf"
- "./configure --with-gcc=$CC"
- "make -s encs"
- - "make -sj exts V=1"
+ - "make -j exts V=1"
script: "make test"
# Branch matrix. Not all branches are Travis-ready so we limit branches here.