From bc1e4f6f9f55bb4d5fc3ea987d9bc4cfe5e6966c Mon Sep 17 00:00:00 2001 From: Terry Chia Date: Sun, 26 Oct 2014 10:28:52 +0800 Subject: Fix missing ;; --- .travis/install.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.travis') diff --git a/.travis/install.sh b/.travis/install.sh index 242adbda..47915c49 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -27,6 +27,7 @@ if [[ "$DARWIN" = true ]]; then py27) curl -O https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py + ;; py32) brew upgrade pyenv pyenv install 3.2.6 -- cgit v1.2.3