summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobo1 <Chocobo1@users.noreply.github.com>2016-01-05 14:12:38 +0800
committerChocobo1 <Chocobo1@users.noreply.github.com>2016-01-05 14:12:38 +0800
commitb41ae80399d6a99ddea5bfc789fd48aae21cab79 (patch)
treed12ad90292ba525717ce685e9ef8572b915a49fd
parentbbf9ba6d8d7fb605d9169f528ed90868ce7840f2 (diff)
TravisCI: enable parallel build
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dcd6d6f..9090557 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ addons:
script:
- autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS" --prefix=$HOME/inst
- test "$NOWRITEV" && sed -i s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h || true
- - make install
+ - make -j3 install
after_success:
- ~/inst/bin/dropbearkey -t rsa -f testrsa