mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 08:00:06 +00:00
Assume "yes" on installation of ZSH on travis
This commit is contained in:
parent
ec50da4ac5
commit
3832439759
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ before_script:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "sudo apt-get update -qq"
|
- "sudo apt-get update -qq"
|
||||||
- "sudo apt-get install zsh"
|
- "sudo apt-get install -y zsh"
|
||||||
- "sudo chsh -s $(which zsh)"
|
- "sudo chsh -s $(which zsh)"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue