Only install own dependencies

This commit is contained in:
Marius 2016-01-08 19:23:59 +01:00
parent bdf144e9a1
commit a6e85ecf7e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ matrix:
allow_failures:
- go: tip
before_install:
install:
- export PACKAGES=$(find ./ -maxdepth 1 -type d -not \( -name ".git" -or -name "cmd" -or -name "vendor" -or -name "data" \))
- go get $PACKAGES