From 0678f6bf3b9f09b8722fdbb6ad215476105f334e Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 26 Apr 2019 12:20:23 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ddeaee9..e11a02f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,5 +41,5 @@ before_install: script: - cd .. # Travis did a cd into the dir. Back up, for the next: - - travis_retry raco pkg install --deps search-auto --link https://github.com/mbutterick/pollen.git + - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/pollen.git - raco test -p pollen