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
|
sudo: true
|
||||||
|
dist: trusty
|
||||||
language: sh
|
language: sh
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
@ -12,7 +13,6 @@ before_script:
|
||||||
- "zsh --version"
|
- "zsh --version"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "sudo apt-add-repository -y ppa:brainpower/testing"
|
|
||||||
- "sudo apt-get update -qq"
|
- "sudo apt-get update -qq"
|
||||||
- "sudo apt-get install zsh"
|
- "sudo apt-get install zsh"
|
||||||
- "sudo chsh -s $(which zsh)"
|
- "sudo chsh -s $(which zsh)"
|
||||||
|
|
Loading…
Reference in New Issue