Browse Source

Travis: use a sourceline to specify a PPA for CMake

master
Peter Barker 7 years ago committed by Randy Mackay
parent
commit
f72e125ab5
  1. 3
      .travis.yml

3
.travis.yml

@ -13,8 +13,9 @@ addons: @@ -13,8 +13,9 @@ addons:
apt:
sources:
- sourceline: 'ppa:george-edison55/cmake-3.x'
- ubuntu-toolchain-r-test
- george-edison55-cmake-3.x
# - george-edison55-cmake-3.x
# - llvm-toolchain-precise-3.7
packages:
- build-essential

Loading…
Cancel
Save