From 2a41455971b8cbbd14ccfcc1d6a9956ca3682983 Mon Sep 17 00:00:00 2001 From: Ferenc Szabo Date: Wed, 20 Feb 2019 20:50:49 +0100 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 29266abe2f..a94d1a4df6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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