Skip to content

Commit

Permalink
Update travis config so that gtk can be built as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
cstim committed Feb 24, 2018
1 parent 04c7a6c commit 210ec98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ compiler:
- clang
before_install:
- sudo apt-get update -qq
- sudo apt-get install libgnutls-dev
- sudo apt-get install libgnutls-dev libgtk-3-dev libgtk2.0-dev
script:
- make -f Makefile.cvs
- ./configure --with-guis="qt4 gtk2"
Expand Down

0 comments on commit 210ec98

Please sign in to comment.