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:
		
							parent
							
								
									aa5d3f75a4
								
							
						
					
					
						commit
						9bb9d9268b
					
				| @ -106,7 +106,7 @@ install: # command output is hidden as they complete | |||||||
|   # shelltestrunner, need unreleased installable version |   # shelltestrunner, need unreleased installable version | ||||||
|   #- git clone http://github.com/simonmichael/shelltestrunner |   #- git clone http://github.com/simonmichael/shelltestrunner | ||||||
|   #- if [[ ! -d shelltestrunner ]]; then git clone http://github.com/simonmichael/shelltestrunner; fi |   #- 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 |   - if [[ ! -x ~/.local/bin/shelltest ]]; then stack install --stack-yaml=shelltestrunner/stack.yaml; fi | ||||||
|   - shelltest --version |   - shelltest --version | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user