Add more Travis targets

Disable txt2man for now since it's not available in Homebrew
This commit is contained in:
Evan Miller 2020-08-03 16:23:05 -04:00
parent 61d928ea68
commit d4cf5526e2

View File

@ -4,15 +4,18 @@ jobs:
include:
- compiler: clang
os: linux
addons:
apt:
packages:
- txt2man
- compiler: gcc
os: linux
- compiler: clang
os: osx
osx_image: xcode11.4
- compiler: gcc
os: osx
osx_image: xcode11.4
before_script:
- autoreconf -i -f
script:
- ./configure --enable-sql
- ./configure --enable-sql --disable-man
- make