Remove create DB portion of travis script

This commit is contained in:
bmc 2013-04-22 05:48:33 -05:00
parent a8cfa18f09
commit 94cc165b5e

View File

@ -15,4 +15,4 @@ sudo echo "host all all ::1/128 trust" >> /etc/
sudo echo "host all all 0.0.0.0/0 trust" >> /etc/postgresql/9.2/main/pg_hba.conf
sudo echo "host all all 0.0.0.0 255.255.255.255 trust" >> /etc/postgresql/9.2/main/pg_hba.conf
sudo /etc/init.d/postgresql restart
node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
#node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres