Assume "yes" on installation of ZSH on travis

pull/22/head
Dominik Ritter 2017-03-21 01:32:38 +01:00
parent ec50da4ac5
commit 3832439759
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ before_script:
install:
- "sudo apt-get update -qq"
- "sudo apt-get install zsh"
- "sudo apt-get install -y zsh"
- "sudo chsh -s $(which zsh)"
script: