aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-05-12 16:15:26 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-05-12 16:15:26 -0400
commit7548c63b5e70ed1b2e3e85cb56bb579441545048 (patch)
treee4224243b1edd52f04381373d9bd28efdbe945d6 /.travis
parent056c9ddc412fb23b81d3192f9f4e2403982ef09a (diff)
downloadcryptography-7548c63b5e70ed1b2e3e85cb56bb579441545048.tar.gz
cryptography-7548c63b5e70ed1b2e3e85cb56bb579441545048.tar.bz2
cryptography-7548c63b5e70ed1b2e3e85cb56bb579441545048.zip
Run no longer used debugging output from travis (#4233)
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/run.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis/run.sh b/.travis/run.sh
index 2b9479d8..1e2ba71b 100755
--- a/.travis/run.sh
+++ b/.travis/run.sh
@@ -36,7 +36,3 @@ else
fi
source ~/.venv/bin/activate
tox
-# Output information about linking of the OpenSSL library on OS X
-if [[ "$(uname -s)" == "Darwin" ]]; then
- otool -L $(find .tox -name "_openssl*.so")
-fi