From ea2ec168b026afb1f7e809894170c31708a5843b Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Fri, 8 Apr 2016 21:40:05 +0200 Subject: [PATCH] Cleanup .travis.yml and run coverall from root --- .travis.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.travis.yml b/.travis.yml index 910221d9b..f8a098350 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ branches: only: - master - develop - - rewrite/new-api matrix: fast_finish: true @@ -98,30 +97,6 @@ matrix: packages: ['clang-3.8', 'libbz2-dev', 'libstxxl-dev', 'libstxxl1', 'libxml2-dev', 'libzip-dev', 'lua5.1', 'liblua5.1-0-dev', 'libtbb-dev', 'libgdal-dev', 'libluabind-dev', 'libboost-all-dev'] env: CCOMPILER='clang-3.8' CXXCOMPILER='clang++-3.8' BUILD_TYPE='Release' BUILD_SHARED_LIBS=ON - - # Disabled until tests all pass on OSX: - # - # 3/ OSX Clang Builds - #- os: osx - # osx_image: xcode6.4 - # compiler: clang - # env: CCOMPILER='clang' CXXCOMPILER='clang++' BUILD_TYPE='Debug' - - #- os: osx - # osx_image: xcode6.4 - # compiler: clang - # env: CCOMPILER='clang' CXXCOMPILER='clang++' BUILD_TYPE='Release' - - #- os: osx - # osx_image: xcode6.4 - # compiler: clang - # env: CCOMPILER='clang' CXXCOMPILER='clang++' BUILD_TYPE='Release' BUILD_SHARED_LIBS=ON - - #- os: osx - # osx_image: xcode7 - # compiler: clang - # env: CCOMPILER='clang' CXXCOMPILER='clang++' BUILD_TYPE='Release' BUILD_SHARED_LIBS=ON - before_install: - source ./scripts/install_node.sh 4 @@ -188,6 +163,4 @@ after_success: if [ -n "$RUN_CLANG_FORMAT" ]; then ./scripts/format.sh || true # we don't want to fail just yet fi - - pushd build - coveralls --exclude unit_tests --gcov-options '\-lp' - - popd