Use `git://` URLs for compat with v6.0, 6.1

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

@ -40,9 +40,9 @@ 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
- travis_retry raco pkg install --deps search-auto git://github.com/mbutterick/sugar.git
- raco test -p sugar
- travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/txexpr.git
- travis_retry raco pkg install --deps search-auto git://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