From ab97d7e6ca5855ebd8771c4e85cc7cc1a31de8fc Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 29 Apr 2019 14:54:31 -0700 Subject: [PATCH] Update .travis.yml --- pitfall/.travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pitfall/.travis.yml b/pitfall/.travis.yml index f8b59a8c..0f9b3163 100644 --- a/pitfall/.travis.yml +++ b/pitfall/.travis.yml @@ -35,6 +35,8 @@ before_install: script: - cd .. # Travis did a cd into the dir. Back up, for the next: + - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/xenomorph.git + - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/fontland.git - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/pitfall.git - raco test -p pitfall