Skip to content

Commit

Permalink
Ask for postgres
Browse files Browse the repository at this point in the history
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
  • Loading branch information
davel authored and shadowcat-mst committed Feb 25, 2020
1 parent 6c97443 commit 43571d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ before_script:
- psql -U postgres -c 'create database sqlt_test;'
script:
- perl Makefile.PL && make test
services:
- postgresql

0 comments on commit 43571d2

Please sign in to comment.