Use https not ssh URL
This commit is contained in:
parent
9fc629c3cc
commit
e8fd95654e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user