Don't install PostgreSQL in Travis, as it seems to be installed by default.

This commit is contained in:
Alexey Kopytov
2016-03-23 07:51:03 +03:00
parent 24c7426e68
commit a04e9075fe

View File

@ -19,7 +19,7 @@ before_install:
case "${TRAVIS_OS_NAME:-linux}" in
osx)
brew update --quiet
brew install mysql postgresql
brew install mysql
;;
esac