diff --git a/script/travis-pg-9.2-install.sh b/script/travis-pg-9.2-install.sh index cd74ee09..0f53ff8d 100755 --- a/script/travis-pg-9.2-install.sh +++ b/script/travis-pg-9.2-install.sh @@ -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