From c972d873460e42b01c177cd4c9ea37c41a4ad408 Mon Sep 17 00:00:00 2001 From: Kazuya Takei Date: Wed, 10 Oct 2018 17:35:44 +0900 Subject: [PATCH] Add 32bi arch for linux and mac --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c185382..f60c829 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,9 @@ language: go env: - GO_OS=linux GO_ARCH=amd64 + - GO_OS=linux GO_ARCH=386 - GO_OS=darwin GO_ARCH=amd64 + - GO_OS=darwin GO_ARCH=386 - GO_OS=windows GO_ARCH=amd64 - GO_OS=windows GO_ARCH=386