Skip to content

Commit 1efcaee

Browse files
author
Vidya Raghavan
committed
Update shippable.yml
1 parent 5bbacb0 commit 1efcaee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shippable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ before_script:
1616
- mkdir -p shippable/testresults
1717
- mkdir -p shippable/codecoverage
1818
- mkdir -p shippable/src
19+
- psql -c 'DROP DATABASE IF EXISTS app_test ;' -U postgres -w
1920
- psql -c 'CREATE DATABASE app_test;' -U postgres
2021
- echo $foo
2122

0 commit comments

Comments
 (0)