Don't install libcppunit-dev under Travis CI any more

It is not needed since the switch to Catch for unit tests.
This commit is contained in:
Vadim Zeitlin
2017-11-22 02:31:47 +01:00
parent f7d9098f1f
commit 38e441bdd8

View File

@@ -10,7 +10,7 @@ case $(uname -s) in
Linux)
if [ -f /etc/apt/sources.list ]; then
$SUDO apt-get update
$SUDO apt-get install -y libcppunit-dev libgtk2.0-dev libnotify-dev
$SUDO apt-get install -y libgtk2.0-dev libnotify-dev
fi
;;