diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-11-27 21:51:52 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-11-27 22:00:33 +0100 |
| commit | 90737bcf698c98b2a8600e4c79fb15a675489929 (patch) | |
| tree | 8aecc14e808619cf6d3718e7741a4c486720ff30 /travis/after_success.sh | |
| parent | c85a44110d19080215183e0e07d81408d68cdbec (diff) | |
| download | PROJ-90737bcf698c98b2a8600e4c79fb15a675489929.tar.gz PROJ-90737bcf698c98b2a8600e4c79fb15a675489929.zip | |
Move linux_gcc 4.8 job to github action, and on Travis-CI only keep the doc publishing
Diffstat (limited to 'travis/after_success.sh')
| -rwxr-xr-x | travis/after_success.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/travis/after_success.sh b/travis/after_success.sh index 095bafbd..abe11d91 100755 --- a/travis/after_success.sh +++ b/travis/after_success.sh @@ -2,13 +2,6 @@ set -e -if [ "$BUILD_NAME" != "linux_clang" ]; then - # coveralls falsely reports .c-files in the build directories as having 100% coverage so we exclude them - coveralls --build-root src --extension .c --extension .cpp \ - --exclude build_autoconf --exclude build_cmake --exclude test --exclude examples \ - --exclude include/proj/internal/nlohmann -fi - echo "$TRAVIS_SECURE_ENV_VARS" ./travis/build_docs.sh # Only build and publish docs when changes are made on most recent maintenance branch |
