Commit 436fc76fe4a1d44de35d76e31550cad4148bac57

Authored by Guilherme Espada
1 parent e6888036d8

Show zsh version on CI build

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -10,6 +10,9 @@ before_script:
10 10 # Show the git version being used to test.
11 11 - "git --version"
12 12  
  13 + # Show the zsh version being used to test.
  14 + - "zsh --version"
  15 +
13 16 # Install zsh.
14 17 - "sudo apt-get install zsh"
15 18