Skip to content

Commit 7bbc573

Browse files
PeterDaveHelloljharb
authored andcommitted
[Tests] Print shell version in Travis CI
1 parent 47f0b32 commit 7bbc573

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
@@ -17,6 +17,9 @@ before_install:
1717
- $SHELL --version 2> /dev/null || dpkg -s $SHELL 2> /dev/null || which $SHELL
1818
- curl --version
1919
- wget --version
20+
- bash --version | head
21+
- zsh --version
22+
- dpkg -s dash | grep ^Version | awk '{print $2}'
2023
install:
2124
- if [ -z "${SHELLCHECK-}" ]; then nvm install node && npm install && npm prune && npm ls urchin doctoc eclint dockerfile_lint; fi
2225
- '[ -z "$WITHOUT_CURL" ] || sudo apt-get remove curl -y'

0 commit comments

Comments
 (0)