1
0
mirror of https://git.envs.net/envs/burrow.git synced 2024-07-27 00:14:30 +00:00
burrow/.travis.yml
fosslinux e671238848
; -> && in .travis-ci.yml
ensure that shopt completes successfully before running shellcheck
2019-02-27 09:04:37 +11:00

4 lines
77 B
YAML

language: shell
script:
- bash -c 'shopt -s globstar && shellcheck burrow'