summaryrefslogtreecommitdiff
path: root/.travis.sh
diff options
context:
space:
mode:
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