We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e35ae commit a910f3bCopy full SHA for a910f3b
.travis.yml
@@ -11,6 +11,7 @@ go:
11
- tip
12
script:
13
- go test ./...
14
+- GOARCH=386 go test ./...
15
matrix:
16
allow_failures:
17
- go: tip
0 commit comments