Skip to content

Commit 94cc165

Browse files
committed
Remove create DB portion of travis script
1 parent a8cfa18 commit 94cc165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/travis-pg-9.2-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ sudo echo "host all all ::1/128 trust" >> /etc/
1515
sudo echo "host all all 0.0.0.0/0 trust" >> /etc/postgresql/9.2/main/pg_hba.conf
1616
sudo echo "host all all 0.0.0.0 255.255.255.255 trust" >> /etc/postgresql/9.2/main/pg_hba.conf
1717
sudo /etc/init.d/postgresql restart
18-
node script/create-test-tables.js pg://[email protected]:5432/postgres
18+
#node script/create-test-tables.js pg://[email protected]:5432/postgres

0 commit comments

Comments
 (0)