Builds in Travis currently fail with
The command "psql -U postgres -c 'create database sqlt_test;'" failed and exited with 2 during .
https://travis-ci.org/davel/sql-translator/jobs/
624123545
- psql -U postgres -c 'create database sqlt_test;'
script:
- perl Makefile.PL && make test
+services:
+ - postgresql