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:
parent
f7d9098f1f
commit
38e441bdd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
;;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue