changeset 1082:3cb73e8d6122

fix travis more
author Matt Johnston <matt@ucc.asn.au>
date Sat, 02 May 2015 22:59:55 +0800
parents 61edd11299e5
children 8e0280986710 f2a3570b5110
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Sat May 02 22:55:53 2015 +0800
+++ b/.travis.yml	Sat May 02 22:59:55 2015 +0800
@@ -4,7 +4,7 @@
 
 script: 
   - autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst 
-  - test "$NOWRITEV" && sed -i s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h
+  - test "$NOWRITEV" && sed -i s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h || true
   - make install
   - ~/inst/bin/dropbearkey -t rsa -f testrsa
   - ~/inst/bin/dropbearkey -t dss -f testdss