1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-25 04:30:46 +00:00

Run tests on trusty, where ZSH 5.0.2 is available

This commit is contained in:
Dominik Ritter 2016-02-13 19:54:31 +01:00
parent 7cf46711cc
commit 0d8c05ecb7

View file

@ -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)"