4
1
mirror of https://github.com/jamestomasino/burrow synced 2024-09-07 17:03:12 +00:00

; -> && in .travis-ci.yml

ensure that shopt completes successfully before running shellcheck
This commit is contained in:
fosslinux 2019-02-27 09:04:37 +11:00 committed by GitHub
parent 0b915075e5
commit e671238848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
language: shell
script:
- bash -c 'shopt -s globstar; shellcheck burrow'
- bash -c 'shopt -s globstar && shellcheck burrow'