2016-02-08 23:53:40 +00:00
|
|
|
sudo: true
|
2016-02-13 18:54:31 +00:00
|
|
|
dist: trusty
|
2016-02-08 23:53:40 +00:00
|
|
|
language: sh
|
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- build-essential
|
2016-02-08 23:45:33 +00:00
|
|
|
|
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"
|
2017-03-21 00:32:38 +00:00
|
|
|
- "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"
|
2016-02-08 23:45:33 +00:00
|
|
|
|
|
|
|
script:
|
2016-02-08 23:53:40 +00:00
|
|
|
- test/powerlevel9k.spec
|
2016-02-09 20:43:57 +00:00
|
|
|
- test/functions/utilities.spec
|
2016-02-12 00:12:18 +00:00
|
|
|
- test/functions/colors.spec
|
2017-03-18 19:08:56 +00:00
|
|
|
- test/functions/icons.spec
|
2017-02-14 00:25:34 +00:00
|
|
|
- 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
|
2016-02-26 14:21:33 +00:00
|
|
|
- test/segments/vcs.spec
|
2017-05-28 16:57:30 +00:00
|
|
|
- test/segments/kubecontext.spec
|