From e15046d968ba74890b5773499789a3d848cfa236 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Tue, 27 Mar 2018 21:31:05 -0500 Subject: [PATCH] use travis_retry for transient network things --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aff6611d..adbced00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_install: fi install: - - $TRAVIS_BUILD_DIR/sysconfcpus/bin/sysconfcpus -n 2 make -j setup + - travis_retry $TRAVIS_BUILD_DIR/sysconfcpus/bin/sysconfcpus -n 2 make -j setup script: - $TRAVIS_BUILD_DIR/sysconfcpus/bin/sysconfcpus -n 2 make test