From 7b4a94c7bc88b2ea0247a773c18b72acad8b4399 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 10 Sep 2015 09:41:53 -0700 Subject: [PATCH] Update travis with retry --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a85e64..6d7fcb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,5 +32,5 @@ before_install: script: - cd .. # Travis did a cd into the dir. Back up, for the next: - - raco pkg install --deps search-auto --link pollen + - travis_retry raco pkg install --deps search-auto --link pollen - raco test -p pollen