mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Run tests on trusty, where ZSH 5.0.2 is available
This commit is contained in:
parent
7cf46711cc
commit
0d8c05ecb7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
sudo: true
|
||||
dist: trusty
|
||||
language: sh
|
||||
addons:
|
||||
apt:
|
||||
|
@ -12,7 +13,6 @@ before_script:
|
|||
- "zsh --version"
|
||||
|
||||
install:
|
||||
- "sudo apt-add-repository -y ppa:brainpower/testing"
|
||||
- "sudo apt-get update -qq"
|
||||
- "sudo apt-get install zsh"
|
||||
- "sudo chsh -s $(which zsh)"
|
||||
|
|
Loading…
Reference in a new issue