Merge pull request #32 from fosslinux/patch-1

; -> && in .travis-ci.yml
This commit is contained in:
James Tomasino 2019-03-01 19:08:41 -05:00 committed by GitHub
commit d83843fba6
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'