From 3146461cf143879c101ac7890ad5b52a49ab8097 Mon Sep 17 00:00:00 2001 From: Tyson Clugg Date: Tue, 22 Dec 2015 00:31:28 +1100 Subject: [PATCH] Create DB using default DB credentials. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f6ddfa8..2b88cea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ install: before_script: - env | sort - - psql -c "create database ${PGDATABASE};" + - psql -c "create database ${PGDATABASE};" postgres script: - PATH="$HOME/.meteor:$PATH" tox -vvvv -e $( echo $TRAVIS_PYTHON_VERSION | sed -e 's/^2\./py2/' -e 's/^3\./py3/' )-django${DJANGO}