Remove create DB portion of travis script
This commit is contained in:
parent
a8cfa18f09
commit
94cc165b5e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user