travis: limit builds to supported os/arch list

This commit is contained in:
Jakob Schrettenbrunner
2017-08-02 23:23:13 +02:00
parent 1bbad7d24e
commit 38875bcfac
2 changed files with 3 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ install:
- glide install
script:
- gox -output "build/{{.Dir}}_{{.OS}}_{{.Arch}}"
- make cross-build
- goverage -v -coverprofile=coverage.out ./...
- godacov -t $CODACY_TOKEN -r ./coverage.out -c $TRAVIS_COMMIT