1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix: parallelism 2 on travis

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-01-26 11:44:25 -03:00
parent 8383cffbff
commit 19a701e1ff
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -11,7 +11,7 @@ install:
- make setup
script:
- make ci
- test -n "$TRAVIS_TAG" || ./goreleaser --snapshot
- test -n "$TRAVIS_TAG" || ./goreleaser --snapshot --parallelism 2
after_success:
- bash <(curl -s https://codecov.io/bash)
- make static