travis: remove cron restriction from Swarm race detector job

As the completion time is around ~15m currently, so we can run
it against every push/PR. Still, just on ethersphere.
This commit is contained in:
Ferenc Szabo 2019-02-20 20:50:49 +01:00
parent 9a4069d64d
commit 2a41455971

View file

@ -216,7 +216,7 @@ matrix:
- go run build/ci.go purge -store gethstore/builds -days 14
- name: Race Detector for Swarm
if: repo = ethersphere/go-ethereum AND type = cron
if: repo = ethersphere/go-ethereum
os: linux
dist: trusty
go: 1.11.x