aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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