diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-05-02 22:59:55 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-05-02 22:59:55 +0800 |
commit | cbdc1f075387bd006fe63f79edcf653e72701b1a (patch) | |
tree | 25400f564bbeb262d88fc46a1f6f3460d9a92f96 /.travis.yml | |
parent | 7e306336d08bc0fb18448f9491304cb24142c2a4 (diff) |
fix travis more
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 50f1eff..0bbefde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ compiler: 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 |