1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00

lint on build

This commit is contained in:
Carlos Alexandro Becker 2017-09-26 18:49:53 -03:00
parent 742f0e7b2a
commit be23daffaf
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -13,7 +13,7 @@ install:
- export PATH=/snap/bin:$PATH
- sudo snap install snapcraft --candidate --classic
script:
- make test
- make ci
- test -n "$TRAVIS_TAG" || go run main.go --skip-validate --skip-publish
after_success:
- bash <(curl -s https://codecov.io/bash)