Don’t rely on package server for MB dependencies

pull/150/head
Matthew Butterick 7 years ago committed by GitHub
parent c67c755c34
commit 4b60452a7f

@ -39,5 +39,10 @@ before_install:
script:
- cd .. # Travis did a cd into the dir. Back up, for the next:
# don't rely on package server for dependencies
- travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/sugar.git
- raco test -p sugar
- travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/txexpr.git
- raco test -p txexpr
- travis_retry raco pkg install --deps search-auto --link pollen
- raco test -p pollen

Loading…
Cancel
Save