Install unvendored dependcies on Travis
This commit is contained in:
parent
beef245bd3
commit
c6e52b4ecb
|
@ -22,6 +22,7 @@ matrix:
|
||||||
install:
|
install:
|
||||||
- export PACKAGES=$(find ./ -maxdepth 1 -type d -not \( -name ".git" -or -name "cmd" -or -name ".infra" -or -name "vendor" -or -name "data" -or -name ".hooks" \))
|
- export PACKAGES=$(find ./ -maxdepth 1 -type d -not \( -name ".git" -or -name "cmd" -or -name ".infra" -or -name "vendor" -or -name "data" -or -name ".hooks" \))
|
||||||
- rsync -r ./vendor/ $GOPATH/src
|
- rsync -r ./vendor/ $GOPATH/src
|
||||||
|
- go get $PACKAGES
|
||||||
script:
|
script:
|
||||||
- go test $PACKAGES
|
- go test $PACKAGES
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
|
Loading…
Reference in New Issue