Disable coveralls due to Travis + python bug?
This commit is contained in:
@@ -36,8 +36,7 @@ matrix:
|
|||||||
env: COMPILER_VERSION=4.9 BUILD_TYPE=Release
|
env: COMPILER_VERSION=4.9 BUILD_TYPE=Release
|
||||||
- addons: *1
|
- addons: *1
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: COMPILER_VERSION=3.7 BUILD_TYPE=Debug CFLAGS="-O0 --coverage" CXXFLAGS="-O0
|
env: COMPILER_VERSION=3.7 BUILD_TYPE=Debug
|
||||||
--coverage" REPORT_COVERAGE=1
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade; fi
|
||||||
- if [ -n "$REPORT_COVERAGE" ]; then sudo apt-get update python; fi
|
- if [ -n "$REPORT_COVERAGE" ]; then sudo apt-get update python; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user