try snmpconf

This commit is contained in:
Oliver Gorwits
2018-01-30 11:18:39 +00:00
parent 29a0f849f1
commit abbe040351

View File

@@ -11,13 +11,14 @@ branches:
before_install: before_install:
- mkdir ~/netdisco-mibs - mkdir ~/netdisco-mibs
- cd ~/netdisco-mibs - cd ~/netdisco-mibs
install:
- > - >
curl -sL https://downloads.sourceforge.net/project/netdisco/netdisco-mibs/latest-snapshot/netdisco-mibs-snapshot.tar.gz | curl -sL https://downloads.sourceforge.net/project/netdisco/netdisco-mibs/latest-snapshot/netdisco-mibs-snapshot.tar.gz |
tar --strip-components=1 -zxf - tar --strip-components=1 -zxf -
- cpanm --quiet --notest PkgConfig Test::CChecker Alien::zlib::Static Alien::OpenSSL::Static Alien::SNMP::MAXTC - cpanm --quiet --notest PkgConfig Test::CChecker Alien::zlib::Static Alien::OpenSSL::Static Alien::SNMP::MAXTC
install: true
before_script: before_script:
- 'cd ${TRAVIS_BUILD_DIR}' - 'cd ${TRAVIS_BUILD_DIR}'
- echo "mibs +ALL" > ~/.snmp/snmp.conf
script: script:
- > - >
perl Build.PL && perl Build.PL &&