Use https not ssh URL

This commit is contained in:
Greg Hendershott 2014-06-06 14:52:14 -04:00
parent 9fc629c3cc
commit e8fd95654e

View File

@ -16,7 +16,7 @@ env:
- RACKET_VERSION=HEAD
before_install:
- git clone git@github.com:greghendershott/travis-racket.git
- git clone https://github.com/greghendershott/travis-racket.git
- cat travis-racket/install-racket.sh | bash # pipe to bash not sh!
install: