2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-02 09:40:27 +00:00
dotbare/.travis.yml
2020-05-13 14:21:50 +10:00

12 lines
179 B
YAML

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