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 47f0b32 commit 7bbc573Copy full SHA for 7bbc573
.travis.yml
@@ -17,6 +17,9 @@ before_install:
17
- $SHELL --version 2> /dev/null || dpkg -s $SHELL 2> /dev/null || which $SHELL
18
- curl --version
19
- wget --version
20
+ - bash --version | head
21
+ - zsh --version
22
+ - dpkg -s dash | grep ^Version | awk '{print $2}'
23
install:
24
- if [ -z "${SHELLCHECK-}" ]; then nvm install node && npm install && npm prune && npm ls urchin doctoc eclint dockerfile_lint; fi
25
- '[ -z "$WITHOUT_CURL" ] || sudo apt-get remove curl -y'
0 commit comments