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:
parent
8383cffbff
commit
19a701e1ff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user