fix osx pipeline

pull/3/head
kevin zhuang 4 years ago
parent ab46e97c06
commit 484662b6d1

@ -2,4 +2,10 @@ language: bash
os:
- linux
- osx
service:
- docker
before_script: |
if [[ "${TRAVIS_OS_NAME:-}" == 'osx' ]]; then
brew install shellcheck
fi
script: ./shellcheck.sh

Loading…
Cancel
Save