Skip to content

Commit

Permalink
[travis] Run test suite against 386 arch (census-instrumentation#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogenes authored and Ramon Nogueira committed Sep 20, 2018
1 parent 3500eaa commit 572ae0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ script:
- if [ -n "$(gofmt -s -l $GO_FILES)" ]; then echo "gofmt the following files:"; gofmt -s -l $GO_FILES; exit 1; fi
- go vet ./...
- go test -v -race $PKGS # Run all the tests with the race detector enabled
- GOARCH=386 go test -v $PKGS # Run all tests against a 386 architecture
- 'if [[ $TRAVIS_GO_VERSION = 1.8* ]]; then ! golint ./... | grep -vE "(_mock|_string|\.pb)\.go:"; fi'
- go run internal/check/version.go

0 comments on commit 572ae0b

Please sign in to comment.