]> granicus.if.org Git - gc/commitdiff
Travis CI: Tailor config for release-8_0
authorIvan Maidanski <ivmai@mail.ru>
Wed, 5 Sep 2018 20:48:36 +0000 (23:48 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 5 Sep 2018 20:48:36 +0000 (23:48 +0300)
Remove scanning by Coverity and Codecov, use libatomic_ops-7.6.x.

.travis.yml

index 4b471e90cbb009865a383f3f0b9dcc7e7a4fe513..1f6ba094ee43766ac1679ccc2dc09951236bf54f 100644 (file)
@@ -15,18 +15,6 @@ matrix:
     env:
     - CONF_OPTIONS="--enable-cplusplus"
     - NO_CLONE_LIBATOMIC_OPS=true
-  - os: linux
-    env:
-    - COVERITY_SCAN_BRANCH=1
-    addons:
-      coverity_scan:
-        project:
-          name: ivmai/bdwgc
-          version: 8.0.0
-        notification_email: ivmai@mail.ru
-        branch_pattern: master
-        build_command_prepend: "./configure --enable-cplusplus --disable-shared --enable-single-obj-compilation"
-        build_command: make -j check CFLAGS_EXTRA=-DLINT2
   - os: linux
     env:
     - MAKEFILE_TARGETS="distcheck"
@@ -562,7 +550,8 @@ before_install:
 
 install:
 - if [[ "$NO_CLONE_LIBATOMIC_OPS" != true ]]; then
-    git clone --depth=50 https://github.com/ivmai/libatomic_ops.git;
+    git clone --depth=50 https://github.com/ivmai/libatomic_ops.git
+            -b release-7_6;
   fi
 - "./autogen.sh"
 - if [[ "$GNUTOOLS_ROOT" != "" ]]; then mv $GNUTOOLS_ROOT $GNUTOOLS_ROOT-x; fi
@@ -610,7 +599,6 @@ after_success:
     lcov --remove coverage.info '/usr/*' 'cord/tests/*' 'libatomic_ops/*' 'tests/*' --output-file coverage.info;
     lcov --list coverage.info;
     coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info;
-    bash <(curl -s https://codecov.io/bash);
   fi
 
 deploy: