Install ZSH on Travis-CI

This commit is contained in:
Dominik Ritter 2016-02-09 00:53:40 +01:00
parent 42c39c8922
commit ded4653bf2

View file

@ -1,9 +1,22 @@
language: php
sudo: false
sudo: true
language: sh
addons:
apt:
packages:
- build-essential
php:
- '7.0'
before_script:
# 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:
- test/powerlevel9k.spec
- test/powerlevel9k.spec