diff --git a/.travis.yml b/.travis.yml index f2bc3a7..2d48d31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,9 @@ before_script: # Show the git version being used to test. - "git --version" + # Show the zsh version being used to test. + - "zsh --version" + # Install zsh. - "sudo apt-get install zsh"