Install ZSH on Travis-CI

pull/22/head
Dominik Ritter 9 years ago
parent 42c39c8922
commit ded4653bf2

@ -1,8 +1,21 @@
language: php sudo: true
sudo: false language: sh
addons:
apt:
packages:
- build-essential
php: before_script:
- '7.0' # Show the git version being used to test.
- "git --version"
# Show the zsh version being used to test.
- "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)"
script: script:
- test/powerlevel9k.spec - test/powerlevel9k.spec

Loading…
Cancel
Save