Skip to content

Commit 25725b3

Browse files
[Tests] Print shell version in Travis CI
1 parent 4249b1c commit 25725b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ before_install:
2323
- $SHELL --version 2> /dev/null || dpkg -s $SHELL 2> /dev/null || which $SHELL
2424
- curl --version
2525
- wget --version
26+
- bash --version | head
27+
- zsh --version
28+
- dpkg -s dash | grep ^Version | awk '{print $2}'
2629
install:
2730
- if [ -n "${SHELLCHECK-}" ]; then cabal update && cabal install transformers-0.4.3.0 ShellCheck && shellcheck --version ; fi
2831
- if [ -z "${SHELLCHECK-}" ]; then nvm install node && npm install && npm prune && npm ls urchin doctoc; fi

0 commit comments

Comments
 (0)