omg I've forgotten how to shell.

This commit is contained in:
David Anderson 2017-05-20 23:31:53 -07:00
parent 9d842b4b03
commit 6bb7a1413d

View File

@ -22,9 +22,9 @@ script:
# Try to build on all architectures.
- go install ./cmd/pixiecore
# Only do testing and things that requires stuff to be executable on amd64.
- "if [ \"$GOARCH\" = \"amd64\" ]; then go test $(glide novendor); end"
- "if [ \"$GOARCH\" = \"amd64\" ]; then go vet $(glide novendor); end"
- "if [ \"$GOARCH\" = \"amd64\" ]; then glide novendor | xargs -n1 golint; end"
- "if [ \"$GOARCH\" = \"amd64\" ]; then go test $(glide novendor); fi"
- "if [ \"$GOARCH\" = \"amd64\" ]; then go vet $(glide novendor); fi"
- "if [ \"$GOARCH\" = \"amd64\" ]; then glide novendor | xargs -n1 golint; fi"
env:
matrix: