mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-14 02:11:45 +00:00
fix ci
This commit is contained in:
parent
1fadae82c7
commit
bc18168662
@ -16,9 +16,9 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- shellcheck
|
- shellcheck
|
||||||
|
|
||||||
before_install:
|
#before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then brew update ; fi
|
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install shellcheck; fi
|
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install shellcheck; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then then curl -sSL $SHFMT_URL -o ~/shfmt ; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then then curl -sSL $SHFMT_URL -o ~/shfmt ; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user