diff --git a/.travis.yml b/.travis.yml index 9071d884..f918535d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ install: - cpanm --quiet --notest PkgConfig Test::CChecker Alien::zlib::Static Alien::OpenSSL::Static Alien::SNMP::MAXTC before_script: - 'cd ${TRAVIS_BUILD_DIR}' - - echo "mibs +ALL" > ~/.snmp/snmp.conf script: - > perl Build.PL && diff --git a/xt/10_remote_snmplabs.t b/xt/10_remote_snmplabs.t index ad39509b..67e07b99 100644 --- a/xt/10_remote_snmplabs.t +++ b/xt/10_remote_snmplabs.t @@ -16,7 +16,7 @@ my $info = SNMP::Info->new( MibDirs => [ _build_mibdirs() ], IgnoreNetSNMPConf => 1, Debug => 1, - DebugSNMP => 1, + DebugSNMP => 2, ); ok($info, 'SNMP::Info instantiated');