summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authordana <dana@dana.is>2017-07-26 07:59:44 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-07-26 09:30:14 -0400
commitd4b790fd8d979591cee058e7014957b9f579380d (patch)
tree0921f4f4169abee8d9b254883f47514d3cd6ab35 /.travis.yml
parent9283dd122ede03f9e6a8ba77ecf8a33088fe3502 (diff)
Install zsh APT package
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 52022134..7078e18e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,13 @@ env:
global:
- PROJECT_NAME=ripgrep
- RUST_BACKTRACE: full
+
+addons:
+ apt:
+ packages:
+ # Needed for completion-function test
+ - zsh
+
matrix:
include:
# Nightly channel.