Install 'check' package in build script.

This commit is contained in:
Trevor Bentley
2017-11-14 11:34:07 +01:00
parent aa3b69926b
commit 40d5b7cbab
+2 -1
View File
@@ -32,7 +32,7 @@ if [ "x$TRAVIS_OS_NAME" != "xosx" ]; then
sudo apt-get update -qq
sudo apt-get remove -qq -y $REMOVE
sudo apt-get autoremove -qq
sudo apt-get install -qq -y gengetopt help2man $EXTRA
sudo apt-get install -qq -y gengetopt help2man check $EXTRA
TAR=tar
else
ARCH=osx
@@ -40,6 +40,7 @@ else
brew uninstall libtool
brew install libtool
brew install help2man
brew install check
brew install pkg-config
brew install gengetopt
brew install gnu-tar