# HG changeset patch # User Matt Johnston # Date 1394273340 -28800 # Node ID 7f10296440c9ee031b8f82fead2e1d8aea07b99b # Parent fad4407e1552909ad664374bbee5d5efee04affa Fix quoting for coverity diff -r fad4407e1552 -r 7f10296440c9 .travis.yml --- a/.travis.yml Sat Mar 08 16:56:15 2014 +0800 +++ b/.travis.yml Sat Mar 08 18:09:00 2014 +0800 @@ -4,7 +4,7 @@ script: - mkdir ~/inst - - autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst && make install MULTI=1 + - autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS='-O2 -Wall -Wno-pointer-sign' --prefix=$HOME/inst && make install MULTI=1 - ~/inst/bin/dropbearkey -t rsa -f testrsa - ~/inst/bin/dropbearkey -t dss -f testdss - ~/inst/bin/dropbearkey -t ecdsa -f testec256 -s 256