aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2014-10-26 18:40:01 +0800
committerTerry Chia <terrycwk1994@gmail.com>2014-10-28 23:30:14 +0800
commit26d3a7c5168599e5e90f53c3dcb0bbf943934dbd (patch)
treebd421a0aaa285a08290d67159a4dbd298f59481c /.travis
parentbc1e4f6f9f55bb4d5fc3ea987d9bc4cfe5e6966c (diff)
downloadcryptography-26d3a7c5168599e5e90f53c3dcb0bbf943934dbd.tar.gz
cryptography-26d3a7c5168599e5e90f53c3dcb0bbf943934dbd.tar.bz2
cryptography-26d3a7c5168599e5e90f53c3dcb0bbf943934dbd.zip
Add missing fi.
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 47915c49..b392663d 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -14,6 +14,7 @@ if [[ "$DARWIN" = true ]]; then
if [[ "${OPENSSL}" == "0.9.8" ]]; then
brew upgrade openssl
+ fi
if which pyenv > /dev/null; then
eval "$(pyenv init -)"
@@ -67,6 +68,7 @@ else
if [[ "${OPENSSL}" == "0.9.8" ]]; then
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu/ lucid main"
+ fi
sudo apt-get update