1
0
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:
Jonathan A. Schweder 2018-06-15 11:18:10 -03:00
parent cbecd945e3
commit 35b357f620

View File

@ -12,7 +12,7 @@ services:
addons:
hosts:
- broker
script: go test -v ./...
script: travis_retry go test -v ./...
notifications:
email:
recipients: