Skip to content

Commit 89d9fd2

Browse files
committed
Update shippable.yml
1 parent 4c539e5 commit 89d9fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shippable.yml

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

1313
before_script:
14-
- psql -c 'create database if not exists test;' -U postgres
14+
- psql -c "create database IF NOT EXISTS test;" -U postgres
1515
- mkdir -p shippable/testresults
1616
- mkdir -p shippable/codecoverage
1717

0 commit comments

Comments
 (0)