From 7e524f46c695cde8c48e07b865dfd1b7a91e4ef4 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 30 Jan 2018 10:50:22 +0000 Subject: [PATCH] different command order --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index aefd2bf7..6cfd5423 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,11 +14,7 @@ before_install: - > curl -sL https://downloads.sourceforge.net/project/netdisco/netdisco-mibs/latest-snapshot/netdisco-mibs-snapshot.tar.gz | 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: - 'cd ${TRAVIS_BUILD_DIR}'