changeset 923:25b7ed9fe854

Don't need to mkdir
author Matt Johnston <matt@ucc.asn.au>
date Sat, 08 Mar 2014 21:00:57 +0800
parents d572054cfe15
children 204dc7bd62aa bae0b34bc059 b8208506322e
files .travis.yml
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Fri Mar 07 21:46:51 2014 +0800
+++ b/.travis.yml	Sat Mar 08 21:00:57 2014 +0800
@@ -3,7 +3,6 @@
   - gcc
 
 script: 
-  - mkdir ~/inst
   - autoconf && autoheader && ./configure $BUNDLEDLIBTOM CFLAGS="-O2 -Wall -Wno-pointer-sign" --prefix=$HOME/inst && make install
   - ~/inst/bin/dropbearkey -t rsa -f testrsa
   - ~/inst/bin/dropbearkey -t dss -f testdss