try again

This commit is contained in:
c0de 2018-03-08 21:06:03 -06:00
parent c605ad3529
commit 04898876a9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
- run: sudo apt install postgresql-client-9.4 postgresql-9.4
- run: sudo /etc/init.d/postgresql start
- run: |
psql -U root -h localhost < newdb.sql
psql -U root < newdb.sql
# Download and cache dependencies
- restore_cache: