2016-02-09 00:53:40 +01:00
|
|
|
sudo: true
|
2016-02-13 19:54:31 +01:00
|
|
|
dist: trusty
|
2016-02-09 00:53:40 +01:00
|
|
|
language: sh
|
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- build-essential
|
2016-02-09 00:45:33 +01:00
|
|
|
|
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"
|
2017-03-21 01:32:38 +01:00
|
|
|
- "sudo apt-get install -y zsh"
|
2016-02-09 00:53:40 +01:00
|
|
|
- "sudo chsh -s $(which zsh)"
|
2017-03-21 01:42:13 +01:00
|
|
|
- "sudo apt-get install -y git mercurial subversion jq node golang ruby python python-virtualenv"
|
2016-02-09 00:45:33 +01:00
|
|
|
|
|
|
|
script:
|
2016-02-09 00:53:40 +01:00
|
|
|
- test/powerlevel9k.spec
|
2016-02-09 21:43:57 +01:00
|
|
|
- test/functions/utilities.spec
|
2016-02-12 01:12:18 +01:00
|
|
|
- test/functions/colors.spec
|
2017-03-18 20:08:56 +01:00
|
|
|
- test/functions/icons.spec
|
2017-02-14 01:25:34 +01:00
|
|
|
- test/segments/command_execution_time.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
|
2016-02-13 22:34:11 +01:00
|
|
|
- test/segments/go_version.spec
|
2016-02-26 15:21:33 +01:00
|
|
|
- test/segments/vcs.spec
|