Skip to content

Commit

Permalink
Travis: Install CMake 3 from a PPA (2nd try)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 18, 2016
1 parent 3aea296 commit 3d7bbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,9 +2,9 @@
language: cpp
os: linux
before_install:
- sudo add-apt-repository ppa:george-edison55/cmake-3.x -y
- sudo add-apt-repository ppa:george-edison55/precise-backports -y
- sudo apt-get -qq update
- sudo apt-get install cmake
- sudo apt-get install cmake cmake-data
before_script:
- mkdir build-travis
script:
Expand Down

0 comments on commit 3d7bbcb

Please sign in to comment.