Skip to content

Commit 572ae0b

Browse files
diogenesRamon Nogueira
authored andcommitted
[travis] Run test suite against 386 arch (census-instrumentation#920)
1 parent 3500eaa commit 572ae0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ script:
2222
- if [ -n "$(gofmt -s -l $GO_FILES)" ]; then echo "gofmt the following files:"; gofmt -s -l $GO_FILES; exit 1; fi
2323
- go vet ./...
2424
- 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
2526
- 'if [[ $TRAVIS_GO_VERSION = 1.8* ]]; then ! golint ./... | grep -vE "(_mock|_string|\.pb)\.go:"; fi'
2627
- go run internal/check/version.go

0 commit comments

Comments
 (0)