Skip to content

Commit f1019e8

Browse files
committed
Update shippable.yml
1 parent 24b92fa commit f1019e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shippable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010
# Create a DB as part of before script to use it
1111

1212
before_script:
13-
- psql -v
13+
- psql --version
1414
- psql -c 'create database test;' -U postgres
1515
- mkdir -p shippable/testresults
1616
- mkdir -p shippable/codecoverage

0 commit comments

Comments
 (0)