diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-12-05 15:46:55 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-12-05 16:57:15 +0900 |
commit | 2c03fdbcb894e319976aa3282794409e04108c7f (patch) | |
tree | b469970c2b9be27631cf8767793e14984d520ef1 /.travis.yml | |
parent | 631a8c10dc79daa1fb932adb500778a4b2550122 (diff) |
travis: Cross-compile test on i386 arch
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6b82e76a..3ef49f7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,6 +78,12 @@ matrix: before_script: - export GOOS="darwin" - go env + - <<: *_build + env: + - GOARCH="386" + before_script: + - export GOARCH="386" + - go env # # Misc # |