From ef9e117e5ac301509e1f309991d4e8ccbe6fc5dc Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Fri, 9 Feb 2018 22:05:53 -0700 Subject: [PATCH] travis: Remove 'dist: precise' builds; its version of CMake is too old --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf9279a716..c5dbf0966c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,22 +12,18 @@ matrix: - export CC=gcc-4.7 - export CXX=g++-4.7 - compiler: gcc - dist: precise env: BUILDSYSTEM=cmake PYTHONV=python2.7 FLAGS=-DCOMPOSITE_SOURCE_LIMIT=0 # Disable unity builds to catch missing #include directives before_install: - export CC=gcc-4.7 - export CXX=g++-4.7 - compiler: clang - dist: precise env: BUILDSYSTEM=cmake PYTHONV=python3 FLAGS=-DCOMPOSITE_SOURCE_LIMIT=0 # Disable unity builds to catch missing #include directives - compiler: gcc - dist: trusty env: BUILDSYSTEM=cmake PYTHONV=python3 FLAGS=-DCOMPOSITE_SOURCE_LIMIT=0 # Disable unity builds to catch missing #include directives before_install: - export CC=gcc-4.7 - export CXX=g++-4.7 - compiler: clang - dist: trusty env: BUILDSYSTEM=cmake PYTHONV=python2.7 FLAGS=-DCOMPOSITE_SOURCE_LIMIT=0 # Disable unity builds to catch missing #include directives addons: apt: