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