From 5c49305434f63e6081c1ac72a83d37ee0834df7b Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 11 Apr 2016 08:15:26 -0700 Subject: [PATCH] use https --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 43105e6..849883b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ before_install: script: - cd .. # Travis did a cd into the dir. Back up, for the next: # don't rely on package server - - travis_retry raco pkg install --deps search-auto git://github.com/mbutterick/beautiful-racket/beautiful-racket-lib + - travis_retry raco pkg install --deps search-auto https://github.com/mbutterick/beautiful-racket/beautiful-racket-lib - raco test -p beautiful-racket-lib - - travis_retry raco pkg install --deps search-auto --link git://github.com/mbutterick/beautiful-racket/beautiful-racket + - travis_retry raco pkg install --deps search-auto --link https://github.com/mbutterick/beautiful-racket/beautiful-racket - raco test -p beautiful-racket