aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2014-10-26 21:10:49 +0800
committerTerry Chia <terrycwk1994@gmail.com>2014-10-28 23:30:14 +0800
commitff3e7cae306a8833e7f98ea2145d2d928b40a05d (patch)
tree68ee3ec0aef77b9da719fbed19210efe4d649ecf
parent26d3a7c5168599e5e90f53c3dcb0bbf943934dbd (diff)
downloadcryptography-ff3e7cae306a8833e7f98ea2145d2d928b40a05d.tar.gz
cryptography-ff3e7cae306a8833e7f98ea2145d2d928b40a05d.tar.bz2
cryptography-ff3e7cae306a8833e7f98ea2145d2d928b40a05d.zip
I hate bash.
-rwxr-xr-x.travis/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index b392663d..0a2af93b 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -74,6 +74,7 @@ else
if [[ "${OPENSSL}" == "0.9.8" ]]; then
sudo apt-get install --force-yes libssl-dev/lucid
+ fi
case "${TOX_ENV}" in
py26)