Install cmake from ppa, since we need cmake 2.8.8

This commit is contained in:
Abdurrahman AVCI 2013-03-16 16:37:05 +02:00
parent 0ab64035d9
commit 866c881fa8

View File

@ -6,7 +6,10 @@ compiler:
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq cmake qt4-dev-tools libpam0g-dev libX11-dev - sudo apt-get install -qq qt4-dev-tools libpam0g-dev libX11-dev
- sudo add-apt-repository ppa:czchen/travis-ci -y
- sudo apt-get update -y
- sudo apt-get install cmake -y
before_script: before_script:
- mkdir build - mkdir build
@ -14,3 +17,4 @@ before_script:
- cmake .. - cmake ..
script: make script: make