diff options
author | xuri <xuri.me@gmail.com> | 2018-06-30 16:44:09 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2018-06-30 16:44:09 +0800 |
commit | 9cb0e9308b7e65d5a277b0c6af9fa0e8680b3658 (patch) | |
tree | d01488ab7c3bad525ed519c4e5b35ff0bab479ce /.travis.yml | |
parent | d80d6aa318e787397eb75835b3a17e15001a4b9c (diff) |
- Update Travis CI to include GOARCH=386 tests, relate issue #239 and #244;
- Fix doc typo
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f4e5c0c..26ca7b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,16 @@ install: go: - 1.8.x - 1.9.x + - 1.10.x + +os: + - linux + - osx + +env: + matrix: + - GOARCH=amd64 + - GOARCH=386 script: - go vet ./... |