From 21750e75d76c89dfcb900f3ddcced5c0cd49f359 Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Sun, 10 Jan 2021 09:07:24 -0500 Subject: [PATCH 1/2] [travis] added slack notfication entry --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index e2ddcec73f..e370d5d96d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -136,12 +136,6 @@ matrix: - graphviz # provides dot for doxygen graphs - fonts-liberation # recommended by graphviz -#notifications: -# email: -# recipients: -# - @github.com -# on_success: change -# on_failure: always before_install: - env - mkdir -p ${BUILD_PREFIX} && mkdir -p ${INSTALL_PREFIX} @@ -166,3 +160,7 @@ after_success: - if [ "$COMPUTE_COVERAGE" = "1" ]; then bash <(curl -s https://codecov.io/bash) -t token; fi; # deploy artifacts: currently only dox - if [ "$DEPLOY" = "1" ]; then bash ${TRAVIS_BUILD_DIR}/bin/deploy-$TRAVIS_OS_NAME.sh; fi; + +notifications: + slack: + secure: aSmy6FmiEf+0gcbVpJs0GIrmpI1dF7/WFOXgUkM2wLxw5DBQxE4LW/yt01mvFqAMJLe0LzGujx/V/z98i0kA1S8DEMTqJ+IG2bbdmgb5CAw5LTP5Air1P2SeAyKW/eAAsnGsERaEnHj8nnZEa2dhbAFOPD5QDM7nwWG/xUkIGMU= From 200d2bd3d58bdb7ad380fe71818ca5988130e119 Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Mon, 11 Jan 2021 09:37:31 -0500 Subject: [PATCH 2/2] [travis] updated image ID to sync with the current [skip ci] --- bin/docker-travis-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/docker-travis-build.sh b/bin/docker-travis-build.sh index b60e51f17a..1887b0bfe1 100755 --- a/bin/docker-travis-build.sh +++ b/bin/docker-travis-build.sh @@ -50,7 +50,7 @@ chmod +x $build # make Dockerfile cat > Dockerfile << END # Travis default 'Focal' image -FROM travisci/ci-ubuntu-2004:packer-1600162361-606a7440 +FROM travisci/ci-ubuntu-2004:packer-1609444725-e5de6974 # Use baseimage-docker's init system. CMD ["/sbin/my_init"]