travis: don't retry failing tests.

Retrying gives spurious failures, since we see transactions from previous
runs.  That makes it near impossible to diagnose the actual problem.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2018-04-23 20:47:48 +09:30
parent e2ba1d2290
commit 5ff0d40fed

View File

@ -42,9 +42,6 @@ endif
PYTEST := $(shell command -v pytest 2> /dev/null)
PYTEST_OPTS := -v -x
ifeq ($(TRAVIS),true)
PYTEST_OPTS += --reruns=3
endif
# This is where we add new features as bitcoin adds them.
FEATURES :=