Compare commits

...

2 Commits

Author SHA1 Message Date
Stefan Schmidt 29b5fc59b4 ci: travis: Debian 10.3 image is ready now for the ninja build 2020-02-26 09:05:51 +01:00
Stefan Schmidt c973a9f3a4 remove notification 2020-02-26 09:04:09 +01:00
1 changed files with 1 additions and 13 deletions

View File

@ -67,8 +67,7 @@ jobs:
if: type = cron
env: DISTRO=Ubuntu1910
- os: linux
if: type = cron
env: DISTRO=Debian96
env: DISTRO=Debian103
- os: linux
if: type = cron
env: DISTRO=Fedora31 CI_BUILD_TYPE=coverity
@ -132,14 +131,3 @@ before_cache:
mv $HOME/Library/Caches/Homebrew $HOME/cachedir/Homebrew
fi
notifications:
irc:
channels:
- "chat.freenode.net#edevelop"
on_success: change
on_failure: always
template:
- "TravisCI build %{build_number} in branch %{branch}: %{result} - %{message} (%{elapsed_time})"
- "Commit: %{commit_subject} (%{commit}) from %{author}"
- "Change view : %{compare_url}"
- "Build details : %{build_url}"