1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Fix Travis

This commit is contained in:
Maksym Pavlenko
2017-11-02 21:46:19 -07:00
parent 2912b0f36a
commit 07e93cabc4

View File

@@ -13,7 +13,7 @@ addons:
postgresql: "9.6"
before_script:
- psql -a -c "CREATE DATABASE podsync;" -U postgres
- psql -a -f ./pkg/models/pg.sql -d podsync -U postgres
- psql -a -f ./pkg/model/pg.sql -d podsync -U postgres
script:
- set -e
- go test -v -short $(go list -e ./... | grep -v vendor)