Files
netdisco/.travis.yml
2018-01-31 18:10:26 +00:00

22 lines
443 B
YAML

language: perl
addons:
apt:
packages:
- libsnmp-dev
- phantomjs
branches:
only:
- /^2\.\d{6}$/
- 'master'
install: true
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
channels:
- 'chat.freenode.net#netdisco'