Skip to content

Commit a910f3b

Browse files
committed
travis: run tests in 32 bit mode as well
1 parent 32e35ae commit a910f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ go:
1111
- tip
1212
script:
1313
- go test ./...
14+
- GOARCH=386 go test ./...
1415
matrix:
1516
allow_failures:
1617
- go: tip

0 commit comments

Comments
 (0)