diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-05-02 22:55:53 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-05-02 22:55:53 +0800 |
commit | 7e306336d08bc0fb18448f9491304cb24142c2a4 (patch) | |
tree | 26e89bc91885b44ffedcd16af262a41f18d409d6 /.travis.yml | |
parent | e7def4c2114145c72d7c68799b1cc947268477ee (diff) |
bad travis syntax
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 73733ec..50f1eff 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 - - [ "$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 |