mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
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:
parent
9a4069d64d
commit
2a41455971
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ matrix:
|
||||||
- go run build/ci.go purge -store gethstore/builds -days 14
|
- go run build/ci.go purge -store gethstore/builds -days 14
|
||||||
|
|
||||||
- name: Race Detector for Swarm
|
- name: Race Detector for Swarm
|
||||||
if: repo = ethersphere/go-ethereum AND type = cron
|
if: repo = ethersphere/go-ethereum
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
go: 1.11.x
|
go: 1.11.x
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue