mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Fix build directory
This commit is contained in:
@ -5,6 +5,7 @@ go_import_path: github.com/mxpv/podsync
|
||||
go:
|
||||
- 1.8.3
|
||||
install:
|
||||
- cd $TRAVIS_BUILD_DIR/web
|
||||
- go get -u github.com/golang/dep/cmd/dep
|
||||
- dep ensure
|
||||
services:
|
||||
@ -15,6 +16,5 @@ before_script:
|
||||
- psql -a -c "CREATE DATABASE podsync;" -U postgres
|
||||
script:
|
||||
- set -e
|
||||
- cd $TRAVIS_BUILD_DIR/web
|
||||
- go test -v -short $(go list -e ./... | grep -v vendor)
|
||||
- go tool vet -all ./pkg
|
||||
|
Reference in New Issue
Block a user