build: Skip running tests on /builtin/bins

This is time consuming and spams the output of Travis - to run no tests.
pull/7125/head
James Nugent 10 years ago
parent 5bf9a95f8c
commit 1b011dedf4

@ -1,4 +1,4 @@
TEST?=$$(go list ./... | grep -v /vendor/)
TEST?=$$(go list ./... | grep -v '/vendor/' | grep -v '/builtin/bins/')
VETARGS?=-all
GOFMT_FILES?=$$(find . -name '*.go' | grep -v vendor)

Loading…
Cancel
Save