mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 16:21:02 +00:00
trying to update cmake to 2.8.12 in travis via a ppa repo
Whitelist of repos: https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json Whitelist of packages: https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
This commit is contained in:
parent
3fc3ecd184
commit
891e9117f6
@ -20,5 +20,13 @@ matrix:
|
|||||||
- os: osx
|
- os: osx
|
||||||
env: BUILD=Doc
|
env: BUILD=Doc
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- kubuntu-backports # cmake 2.8.12
|
||||||
|
# - george-edison55-precise-backports # cmake 3.2.3
|
||||||
|
packages:
|
||||||
|
- cmake
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- support/travis-build.py
|
- support/travis-build.py
|
||||||
|
Loading…
Reference in New Issue
Block a user