mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-17 18:20:07 +00:00
Install more dependencies on travis
This commit is contained in:
parent
b2342f90e9
commit
4331ed2dd1
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ install:
|
||||||
- "sudo apt-get update -qq"
|
- "sudo apt-get update -qq"
|
||||||
- "sudo apt-get install -y zsh"
|
- "sudo apt-get install -y zsh"
|
||||||
- "sudo chsh -s $(which zsh)"
|
- "sudo chsh -s $(which zsh)"
|
||||||
|
- "sudo apt-get install -y git mercurial subversion jq node golang ruby python python-virtualenv"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- test/powerlevel9k.spec
|
- test/powerlevel9k.spec
|
||||||
|
|
Loading…
Reference in a new issue