aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 48b6055e..59f9769a 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -74,7 +74,6 @@ else
./config no-ssl2 -Wl,--version-script=openssl.ld -Wl,-Bsymbolic-functions -fPIC shared --prefix=$HOME/ossl-098
make depend
make install
- tree $HOME/ossl-098
fi
export PATH="$HOME/ossl-098/bin:$PATH"
export CFLAGS="-I$HOME/ossl-098/include"