improve irc test messages

This commit is contained in:
Oliver Gorwits
2021-08-16 22:31:19 +01:00
parent c162cdf839
commit 17b3e81b68
2 changed files with 6 additions and 6 deletions

37
.travis.yml.disabled Normal file
View File

@@ -0,0 +1,37 @@
language: perl
perl:
- "5.30"
- "5.10"
os: linux
dist: trusty
addons:
apt:
packages:
- libsnmp-dev
- phantomjs
- graphviz
hosts:
- localhost
branches:
only:
- /^2\.\d{6}$/
- 'master'
- /.*travis.*/
install:
- cpanm --quiet --notest https://github.com/egiles/test-compile/archive/v2.1.2.tar.gz PkgConfig Test::CChecker Alien::zlib::Static Alien::OpenSSL::Static Alien::SNMP
script: |
perl Build.PL && \
./Build && \
PERL_MM_USE_DEFAULT=1 ./Build installdeps --cpan_client 'cpanm --quiet --notest' && \
ND_PHANTOMJS=/usr/bin/phantomjs ./Build test --test_files xt/
notifications:
irc:
on_success: always
on_failure: always
channels:
- 'irc.libera.chat#netdisco'
# email:
# on_success: always
# on_failure: always
# recipients:
# - 'netdisco-ng-commit@lists.sourceforge.net'