mirror of
https://github.com/eventials/goevents.git
synced 2025-04-24 13:48:53 +08:00
Added travis_retry to better handle test run in Travis environment
This commit is contained in:
parent
cbecd945e3
commit
35b357f620
@ -12,7 +12,7 @@ services:
|
||||
addons:
|
||||
hosts:
|
||||
- broker
|
||||
script: go test -v ./...
|
||||
script: travis_retry go test -v ./...
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
|
Loading…
x
Reference in New Issue
Block a user