Merge pull request #250 from matthiaskrgr/travis

travis: add gdb as dependency, it is used for cppcheck-gui.
This commit is contained in:
Daniel Marjamäki 2014-03-04 06:03:18 +01:00
commit a7ac1273db
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ matrix:
before_install: before_install:
# install needed deps # install needed deps
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq python-pygments libqt4-core libqt4-gui libqt4-dev qt4-dev-tools qt4-qmake libxml2-utils libpcre3 - sudo apt-get install -qq python-pygments libqt4-core libqt4-gui libqt4-dev qt4-dev-tools qt4-qmake libxml2-utils libpcre3 gdb
script: script:
# compile cppcheck, default build # compile cppcheck, default build
- make -j4 - make -j4