We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8cfa18 commit 94cc165Copy full SHA for 94cc165
script/travis-pg-9.2-install.sh
@@ -15,4 +15,4 @@ sudo echo "host all all ::1/128 trust" >> /etc/
15
sudo echo "host all all 0.0.0.0/0 trust" >> /etc/postgresql/9.2/main/pg_hba.conf
16
sudo echo "host all all 0.0.0.0 255.255.255.255 trust" >> /etc/postgresql/9.2/main/pg_hba.conf
17
sudo /etc/init.d/postgresql restart
18
-node script/create-test-tables.js pg://[email protected]:5432/postgres
+#node script/create-test-tables.js pg://[email protected]:5432/postgres
0 commit comments