diff options
author | Chocobo1 <Chocobo1@users.noreply.github.com> | 2016-01-05 14:12:38 +0800 |
---|---|---|
committer | Chocobo1 <Chocobo1@users.noreply.github.com> | 2016-01-05 14:12:38 +0800 |
commit | b41ae80399d6a99ddea5bfc789fd48aae21cab79 (patch) | |
tree | d12ad90292ba525717ce685e9ef8572b915a49fd /.travis.yml | |
parent | bbf9ba6d8d7fb605d9169f528ed90868ce7840f2 (diff) |
TravisCI: enable parallel build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |