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 4249b1c commit 25725b3Copy full SHA for 25725b3
.travis.yml
@@ -23,6 +23,9 @@ before_install:
23
- $SHELL --version 2> /dev/null || dpkg -s $SHELL 2> /dev/null || which $SHELL
24
- curl --version
25
- wget --version
26
+ - bash --version | head
27
+ - zsh --version
28
+ - dpkg -s dash | grep ^Version | awk '{print $2}'
29
install:
30
- if [ -n "${SHELLCHECK-}" ]; then cabal update && cabal install transformers-0.4.3.0 ShellCheck && shellcheck --version ; fi
31
- if [ -z "${SHELLCHECK-}" ]; then nvm install node && npm install && npm prune && npm ls urchin doctoc; fi
0 commit comments