From ff8ab6930a66bfe2a55ce97484c7aea808db2189 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Tue, 24 Apr 2018 16:13:36 +0300 Subject: [PATCH] Run 32bits on CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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: