1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 11:00:08 +00:00
powerlevel10k/.travis.yml

34 lines
847 B
YAML
Raw Normal View History

2016-02-08 23:53:40 +00:00
sudo: true
dist: trusty
2016-02-08 23:53:40 +00:00
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-get update -qq"
- "sudo apt-get install -y zsh"
2016-02-08 23:53:40 +00:00
- "sudo chsh -s $(which zsh)"
2017-03-21 00:42:13 +00:00
- "sudo apt-get install -y git mercurial subversion jq node golang ruby python python-virtualenv"
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
- test/functions/icons.spec
- test/segments/command_execution_time.spec
2016-02-13 18:23:30 +00:00
- test/segments/dir.spec
2016-02-13 21:22:37 +00:00
- test/segments/rust_version.spec
2016-02-13 21:34:11 +00:00
- test/segments/go_version.spec
- test/segments/vcs.spec
- test/segments/kubecontext.spec
- test/segments/laravel_version.spec
2018-07-12 22:41:35 +00:00
- test/segments/status.spec