Skip to content

Commit

Permalink
trying to update cmake to 2.8.12 in travis via a ppa repo
Browse files Browse the repository at this point in the history
  • Loading branch information
niosHD committed Jan 12, 2016
1 parent 3fc3ecd commit 891e911
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,13 @@ matrix:
- os: osx
env: BUILD=Doc

addons:
apt:
sources:
- kubuntu-backports # cmake 2.8.12
# - george-edison55-precise-backports # cmake 3.2.3
packages:
- cmake

script:
- support/travis-build.py

0 comments on commit 891e911

Please sign in to comment.