; -> && 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
1 changed files with 1 additions and 1 deletions

View File

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