powerlevel10k/.travis.yml

27 lines
504 B
YAML
Raw Normal View History

2016-02-09 00:53:40 +01:00
sudo: true
dist: trusty
2016-02-09 00:53:40 +01:00
language: sh
addons:
apt:
packages:
- build-essential
2016-02-09 00:53:40 +01: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-get update -qq"
- "sudo apt-get install zsh"
- "sudo chsh -s $(which zsh)"
script:
2016-02-09 00:53:40 +01:00
- test/powerlevel9k.spec
- test/functions/utilities.spec
2016-02-12 01:12:18 +01:00
- test/functions/colors.spec
2016-02-13 19:23:30 +01:00
- test/segments/dir.spec
2016-02-13 22:22:37 +01:00
- test/segments/rust_version.spec