We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9963660 commit b7f9fbdCopy full SHA for b7f9fbd
.travis.yml
@@ -25,7 +25,7 @@ install:
25
- chmod +x /tmp/urchin/package/urchin
26
- '[ -z "$WITHOUT_CURL" ] || sudo apt-get remove curl -y'
27
script:
28
- - if [ -n "${SHELLCHECK-}" ]; then shellcheck -s bash nvm.sh && shellcheck -s sh nvm.sh && shellcheck -s dash nvm.sh && shellcheck -s ksh nvm.sh && shellcheck -s bash install.sh ; fi
+ - if [ -n "${SHELLCHECK-}" ]; then shellcheck -s bash nvm.sh && shellcheck -s sh nvm.sh && shellcheck -s dash nvm.sh && shellcheck -s ksh nvm.sh && shellcheck -s bash install.sh && shellcheck -s bash bash_completion ; fi
29
- if [ -z "${SHELLCHECK-}" ]; then make TEST_SUITE=$TEST_SUITE URCHIN=/tmp/urchin/package/urchin test-$SHELL ; fi
30
env:
31
global:
0 commit comments