Skip to content

Commit

Permalink
Install new CMake on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Mar 10, 2016
1 parent ee6b5a5 commit 038009b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,12 @@ matrix:
- os: osx
env: BUILD=Doc

addons:
apt:
sources:
- kubuntu-backports # cmake 2.8.12
packages:
- cmake

script:
- support/travis-build.py

0 comments on commit 038009b

Please sign in to comment.