1
0
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:
Maksym Pavlenko
2017-08-13 19:41:03 -07:00
parent db29a69593
commit 290f1ff306

View File

@ -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