Use Ubuntu Trusty on Travis for a new CMake

(cherry picked from commit 0284a2893a)
This commit is contained in:
Victor Zverovich
2017-05-20 08:07:57 +03:00
committed by Jonathan Müller
parent 7859c3493f
commit ecd0994c15

View File

@ -1,4 +1,5 @@
language: cpp
dist: trusty
sudo: required # the doc target uses sudo to install dependencies
os:
@ -22,12 +23,5 @@ matrix:
- os: osx
env: BUILD=Doc
addons:
apt:
sources:
- kubuntu-backports # cmake 2.8.12
packages:
- cmake
script:
- support/travis-build.py