This commit is contained in:
neilpang 2016-11-22 22:28:29 +08:00
parent 28688488ff
commit 9eeae9ad7e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then shellcheck -e SC2021,SC2126,SC2034 **/*.sh && echo "shellcheck OK" ; fi
- cd ..
- git clone https://github.com/Neilpang/acmetest.git && cp -r acme.sh acmetest/ && cd acmetest
- sudo ./letest.sh
- sudo NGROK_TOKEN="$NGROK_TOKEN" ./letest.sh
matrix: