Clone from github over https

This should hopefully fix the following Travis CI build error:
```
fatal: unable to access 'http://github.com/simonmichael/shelltestrunner/': Failed to connect to github.com port 443: Connection timed out
```

(see https://travis-ci.org/simonmichael/hledger/jobs/323972730#L487 )
This commit is contained in:
M Parker 2018-01-02 09:01:21 -05:00 committed by Simon Michael
parent aa5d3f75a4
commit 9bb9d9268b

View File

@ -106,7 +106,7 @@ install: # command output is hidden as they complete
# shelltestrunner, need unreleased installable version
#- git clone http://github.com/simonmichael/shelltestrunner
#- if [[ ! -d shelltestrunner ]]; then git clone http://github.com/simonmichael/shelltestrunner; fi
- git clone http://github.com/simonmichael/shelltestrunner
- git clone https://github.com/simonmichael/shelltestrunner
- if [[ ! -x ~/.local/bin/shelltest ]]; then stack install --stack-yaml=shelltestrunner/stack.yaml; fi
- shelltest --version