travis: install wx-common which is used in test/cfg/runtests.sh

This commit is contained in:
Matthias Krüger 2018-05-13 11:45:22 +02:00
parent 547934b5a5
commit 9949768d7c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ matrix:
before_install:
# install needed deps
- sudo apt-get update -qq
- sudo apt-get install -qq python-pygments qt5-default qt5-qmake qtbase5-dev qtcreator libxml2-utils libpcre3 gdb unzip
- sudo apt-get install -qq python-pygments qt5-default qt5-qmake qtbase5-dev qtcreator libxml2-utils libpcre3 gdb unzip wx-common
script:
# fail the entire job as soon as one of the subcommands exits non-zero to save time and resources