Merge pull request #74 from markdryan/s390-travis

Verify govmm builds on s390x
This commit is contained in:
Mark Ryan 2018-12-03 10:16:09 +01:00 committed by GitHub
commit 900f3a1f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,3 +20,4 @@ script:
- go env
- $GOPATH/bin/goveralls -v -service=travis-ci
- gometalinter --tests --vendor --disable-all --enable=misspell --enable=vet --enable=ineffassign --enable=gofmt --enable=gocyclo --cyclo-over=15 --enable=golint --enable=errcheck --enable=deadcode --enable=staticcheck -enable=gas ./...
- GOARCH=s390x go install ./...