Skip to content

Commit

Permalink
Add verbose flag to pg_prove test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoarthur committed Aug 9, 2019
1 parent 1b53061 commit 4667d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- sqitch deploy 'db:pg://travis@localhost/osm_load'

script:
- pg_prove -U travis -d "osm_load" t/*.sql
- pg_prove -v -U travis -d "osm_load" t/*.sql

0 comments on commit 4667d2a

Please sign in to comment.