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:
@@ -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
|
||||
;;
|
||||
|
||||
|
Reference in New Issue
Block a user