build: travis: try to install groff

This commit is contained in:
Eric Wasylishen 2016-04-18 15:13:40 -06:00
parent 91d271d2ad
commit ab3658117b
1 changed files with 4 additions and 0 deletions

View File

@ -1,7 +1,11 @@
sudo: required
language: cpp
compiler:
- clang
- gcc
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y groff
script:
- mkdir build
- cd build