Fix handling the QtMain module on Windows
[quassel.git] / .travis.yml
index b9640d9..3eac5a5 100644 (file)
@@ -2,5 +2,10 @@ language: cpp
 compiler:
   - gcc
   - clang
-# Change this to your needs
+
+before_install:
+ - echo "yes" | sudo add-apt-repository ppa:kalakris/cmake
+ - sudo apt-get update -qq
+ - sudo apt-get install cmake
+
 script: mkdir build && cd build && cmake ../ && make