diff --git a/.travis.yml b/.travis.yml index c319ea9df..656b87fdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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