We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3500eaa commit 572ae0bCopy full SHA for 572ae0b
.travis.yml
@@ -22,5 +22,6 @@ script:
22
- if [ -n "$(gofmt -s -l $GO_FILES)" ]; then echo "gofmt the following files:"; gofmt -s -l $GO_FILES; exit 1; fi
23
- go vet ./...
24
- go test -v -race $PKGS # Run all the tests with the race detector enabled
25
+ - GOARCH=386 go test -v $PKGS # Run all tests against a 386 architecture
26
- 'if [[ $TRAVIS_GO_VERSION = 1.8* ]]; then ! golint ./... | grep -vE "(_mock|_string|\.pb)\.go:"; fi'
27
- go run internal/check/version.go
0 commit comments