From 10856f2ded85f7747817f892d460d6b032fe62de Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 20 Feb 2014 09:55:09 -0500 Subject: asdf --- .travis.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.sh') diff --git a/.travis.sh b/.travis.sh index 4c3a777..4b1926b 100755 --- a/.travis.sh +++ b/.travis.sh @@ -4,6 +4,8 @@ set -e -x case "$1" in before_install) + sudo service postgresql stop + sudo service mysql stop sudo apt-get update -q curl http://nodejs.org/dist/node-latest.tar.gz | tar -xz -- cgit v1.2.3-54-g00ecf