Merge pull request #199 from pibigstar/master

This commit is contained in:
John Guo
2019-06-26 22:50:43 +08:00
committed by GitHub

View File

@ -26,6 +26,10 @@ before_install:
install:
- cat /etc/hosts
before_script:
- find . -name "*.go" | xargs gofmt -w
- git diff --exit-code
script:
- cd g
- GOARCH=386 go test -v ./...