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

ensure that shopt completes successfully before running shellcheck
pull/1/head
fosslinux 4 years ago committed by GitHub
parent 0b915075e5
commit e671238848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save