summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-02-06 15:53:17 -0500
committerAndrew Gallant <jamslam@gmail.com>2018-02-06 17:24:31 -0500
commite1f1ede17d4dc0ebfc216fa5759dbd76f136924a (patch)
tree71a5cd38f44f36ffbbefd4354fb4bb008568e607 /.travis.yml
parent65539403288c984c5175a612c9519437742fc95c (diff)
ci: test build outputs
This modifies CI to check that we generate completion files and a man page. We also enable tests on arm.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index aaaa3dd1..12940519 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,4 @@
language: rust
-cache: cargo
env:
global:
- PROJECT_NAME: ripgrep
@@ -7,12 +6,16 @@ env:
addons:
apt:
packages:
+ # For generating man page.
+ - libxslt1-dev
+ - asciidoc
+ - docbook-xsl
+ - xsltproc
+ - libxml2-utils
# Needed for completion-function test.
- zsh
# Needed for testing decompression search.
- xz-utils
- # For generating man page.
- - asciidoc
matrix:
fast_finish: true
include: