You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dotbare/.travis.yml

12 lines
179 B
YAML

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