Use Ubuntu Trusty on Travis for a new CMake

This commit is contained in:
Victor Zverovich 2017-05-20 08:07:57 +03:00
parent 07ed421521
commit 0284a2893a

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