I can't tell whether tests are being run or not now.

This commit is contained in:
David Anderson 2017-05-20 22:54:38 -07:00
parent 6638e6b146
commit 97ef1a3546

View File

@ -16,7 +16,7 @@ install:
script:
- glide install
- go build $(glide novendor)
- "[ \"$GOARCH\" = \"amd64\" ] && go test $(glide novendor) || true"
- "[ \"$GOARCH\" = \"amd64\" ] && go test $(glide novendor) || echo \"skipping tests on $GOARCH\""
- go vet $(glide novendor)
- glide novendor | xargs -n1 golint