summaryrefslogtreecommitdiff
path: root/.travis.sh
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-04-06 18:05:27 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2014-04-06 18:05:27 -0400
commit10d83c0e5e3a1e9143008dcd70515d2d4ded3c86 (patch)
treeff51721ba54c51ba44e3b5352e99029192940f43 /.travis.sh
parentdc1c0b327a5427057e4268be74da8b2e46f0f98e (diff)
downloadhtml5ks-10d83c0e5e3a1e9143008dcd70515d2d4ded3c86.tar.xz
html5ks-10d83c0e5e3a1e9143008dcd70515d2d4ded3c86.zip
more stuff
Diffstat (limited to '.travis.sh')
-rwxr-xr-x.travis.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.sh b/.travis.sh
index ee286d3..c5a46aa 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -4,6 +4,7 @@ set -e -x
case "$1" in
before_install)
+ ln -s $(command -v python) /usr/local/bin/python
sudo service postgresql stop
sudo service mysql stop
sudo apt-get update -qq