1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-13 13:48:40 +02:00

chore: always run make static on build

So we guarantee that docs wont break on change
This commit is contained in:
Carlos Alexandro Becker 2017-12-05 22:10:38 -02:00 committed by Carlos Alexandro Becker
parent da61f77dff
commit 5e2cca2eb1

View File

@ -13,11 +13,12 @@ install:
- sudo snap install snapcraft --candidate --classic
script:
- make ci
- make static
- test -n "$TRAVIS_TAG" || go run main.go --skip-validate --skip-publish
after_success:
- bash <(curl -s https://codecov.io/bash)
- test -n "$TRAVIS_TAG" && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- test -n "$TRAVIS_TAG" && go run main.go && make static
- test -n "$TRAVIS_TAG" && go run main.go
deploy:
provider: pages
skip_cleanup: true