aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-23 12:47:15 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-23 12:47:15 -0600
commitd864e77f2da144d89a4c7d8138b06524707c6ad3 (patch)
treed7dc99f5f8724930a8bb97dbbfac4e01f2eb9566 /.travis/install.sh
parentcd8875aa635935a8c82ef771dec3f72752625c03 (diff)
downloadcryptography-d864e77f2da144d89a4c7d8138b06524707c6ad3.tar.gz
cryptography-d864e77f2da144d89a4c7d8138b06524707c6ad3.tar.bz2
cryptography-d864e77f2da144d89a4c7d8138b06524707c6ad3.zip
tree isn't available
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"