Merge pull request #9 from estan/fix-travis

Add CMake 3.x from PPA to Travis.
This commit is contained in:
Roman
2015-04-11 18:37:41 +03:00

View File

@@ -10,8 +10,9 @@ env:
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo add-apt-repository --yes ppa:kalakris/cmake
- sudo apt-get update -qq
- sudo apt-get install -qq libqtcore4 qt4-qmake libqt5core5 qt5-qmake qt5-default qtchooser libmsgpack-dev
- sudo apt-get install -qq cmake libqtcore4 qt4-qmake libqt5core5 qt5-qmake qt5-default qtchooser libmsgpack-dev
script:
- mkdir build