# HG changeset patch # User Matt Johnston # Date 1460467341 -28800 # Node ID 4a4e5d823cf69fc7424d7e506ded5efc945e66de # Parent ee2ffa044c7e84198ffb278b1d4fe6c989e82be4 Avoid osx "install" race diff -r ee2ffa044c7e -r 4a4e5d823cf6 .travis.yml --- a/.travis.yml Tue Apr 12 21:05:40 2016 +0800 +++ b/.travis.yml Tue Apr 12 21:22:21 2016 +0800 @@ -41,7 +41,9 @@ script: - autoconf && autoheader && ./configure "$BUNDLEDLIBTOM" CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS" --prefix="$HOME/inst" - if [ "$NOWRITEV" = "1" ]; then sed -i -e s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h ; fi - - make -j3 install + - make -j3 + # avoid concurrent install, osx/freebsd is racey (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208093) + - make install after_success: - ~/inst/bin/dropbearkey -t rsa -f testrsa