summaryrefslogtreecommitdiff
path: root/.travis.sh
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-04-16 15:17:31 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2014-04-16 15:17:31 -0400
commite417662dce5cae2e95ef98ee38baa8f53a02b9d5 (patch)
treedce94fb8524dece7e3fcc677ec0cf908a6ec2a97 /.travis.sh
parent6a50d79523cf215001cdd55c74c040bd410775df (diff)
downloadhtml5ks-e417662dce5cae2e95ef98ee38baa8f53a02b9d5.tar.xz
html5ks-e417662dce5cae2e95ef98ee38baa8f53a02b9d5.zip
mbleh
Diffstat (limited to '.travis.sh')
-rwxr-xr-x.travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.sh b/.travis.sh
index c5a46aa..c637b4f 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -4,7 +4,7 @@ set -e -x
case "$1" in
before_install)
- ln -s $(command -v python) /usr/local/bin/python
+ sudo ln -s $(command -v python) /usr/local/bin/python
sudo service postgresql stop
sudo service mysql stop
sudo apt-get update -qq