diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-07-04 16:00:13 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-07-04 16:02:54 -0400 |
commit | 23a1e944027265c70654d7395362641b59428062 (patch) | |
tree | 65ddb77c3b3879cb971fa5bc550316ef7041b7d3 /.travis.yml | |
parent | 496cec3cb7ba9e2648d023b8bda09a79d1d958ed (diff) |
Make asciidoc (and man pages) optional
And remove it from the build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2bb17d40..69634765 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ arch: packages: - cmake - xorg-server-xwayland - - asciidoc - json-c - wayland - xcb-util-image |