Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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=
2 changes: 1 addition & 1 deletion bin/docker-travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down