From 6bb7a1413de7d50a2c5eb4d8f611817eb851574f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 20 May 2017 23:31:53 -0700 Subject: [PATCH] omg I've forgotten how to shell. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c23c7d6..bb2b402 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: