Install unvendored dependcies on Travis

This commit is contained in:
Marius 2016-08-26 16:27:56 +02:00
parent beef245bd3
commit c6e52b4ecb
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ matrix:
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" \))
- rsync -r ./vendor/ $GOPATH/src
- go get $PACKAGES
script:
- go test $PACKAGES
before_deploy: