1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-22 03:20:07 +00:00
powerlevel10k/.travis.yml

25 lines
484 B
YAML
Raw Normal View History

2016-02-08 23:53:40 +00:00
sudo: true
language: sh
addons:
apt:
packages:
- build-essential
2016-02-08 23:53:40 +00:00
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:
2016-02-08 23:53:40 +00:00
- test/powerlevel9k.spec
- test/functions/utilities.spec
2016-02-12 00:12:18 +00:00
- test/functions/colors.spec