| commit | bc1e4f6f9f55bb4d5fc3ea987d9bc4cfe5e6966c | [log] [tgz] |
|---|---|---|
| author | Terry Chia <terrycwk1994@gmail.com> | Sun Oct 26 10:28:52 2014 +0800 |
| committer | Terry Chia <terrycwk1994@gmail.com> | Tue Oct 28 23:30:14 2014 +0800 |
| tree | 6a886ca58eb717612081b68b157cf9af66f3bd50 | |
| parent | 3c4a94a1f8144676357fa371262320b7df2de88c [diff] [blame] |
Fix missing ;;
diff --git a/.travis/install.sh b/.travis/install.sh index 242adbd..47915c4 100755 --- a/.travis/install.sh +++ b/.travis/install.sh
@@ -27,6 +27,7 @@ py27) curl -O https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py + ;; py32) brew upgrade pyenv pyenv install 3.2.6