Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
travis: remove cron restriction from Swarm race detector job
Browse files Browse the repository at this point in the history
As the completion time is around ~15m currently, so we can run
it against every push/PR. Still, just on ethersphere.
  • Loading branch information
Ferenc Szabo committed Feb 20, 2019
1 parent 9a4069d commit 2a41455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a41455

Please sign in to comment.