mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-12 19:18:28 +02:00
Run tests on trusty, where ZSH 5.0.2 is available
This commit is contained in:
parent
7cf46711cc
commit
0d8c05ecb7
@ -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 New Issue
Block a user