TRAVIS: build gtk and glade first

This commit is contained in:
hasufell 2014-10-17 14:44:31 +02:00
parent 4fb9d6789a
commit ac37fcdf03
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@ language: haskell
notifications:
email: false
before_install:
cabal install gtk2hs-buildtools
- sudo apt-get install libglade2-0 libglade2-dev libgtk2.0-0 libgtk2.0-common libgtk2.0-dev
- cabal install gtk2hs-buildtools