# HG changeset patch # User Matt Johnston # Date 1430578553 -28800 # Node ID 61edd11299e59ff75164c1d1b8928ec21d0065b4 # Parent a988f7db337c8f796956b5abdd739480ccdd3500 bad travis syntax diff -r a988f7db337c -r 61edd11299e5 .travis.yml --- a/.travis.yml Sat May 02 22:51:46 2015 +0800 +++ b/.travis.yml Sat May 02 22:55:53 2015 +0800 @@ -4,7 +4,7 @@ script: - autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst - - [ "$NOWRITEV" == 1 ] && sed -i s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h + - test "$NOWRITEV" && sed -i s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h - make install - ~/inst/bin/dropbearkey -t rsa -f testrsa - ~/inst/bin/dropbearkey -t dss -f testdss