diff --git a/.travis.yml b/.travis.yml index 15c511e78..85e721329 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ env: install: - make install-dep install-statik vendor generate-statik script: + - GOARCH=386 make test - make test # TODO: When we drop support for Go <1.10, we should use `-coverprofile=` on both `go test` and `goveralls` so the test suite doesn't run twice. See https://github.com/pilosa/pilosa/issues/1009 after_success: