Skip to content

Commit

Permalink
fix: parallelism 2 on travis
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Jan 26, 2020
1 parent 8383cff commit 19a701e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 19a701e

Please sign in to comment.