From 3e1a389629935fe179d194657730a4502a6f99f6 Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Sat, 8 Mar 2014 21:00:57 +0800
Subject: [PATCH] Don't need to mkdir

---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6fbed31f..7e5302ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ compiler:
   - 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
-- 
GitLab