# HG changeset patch # User Chocobo1 # Date 1451974358 -28800 # Node ID 32270319e09c282f9d3f2a6cccf205f02c8dd044 # Parent 87a43bf49e37c6d8b4c989b9b980a34163777b9c TravisCI: enable parallel build diff -r 87a43bf49e37 -r 32270319e09c .travis.yml --- a/.travis.yml Tue Jan 05 14:09:25 2016 +0800 +++ b/.travis.yml Tue Jan 05 14:12:38 2016 +0800 @@ -22,7 +22,7 @@ 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