mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Fix Travis
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user