From 98b33b3d99cbb9846037098fc7921e8d9dc8317e Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Mon, 6 Jul 2020 23:41:46 +0300 Subject: [PATCH] [fix] testMissingPackagesDiscoveryScript --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e08105..51aeef0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,12 +19,11 @@ jobs: - sed - gawk - zabbix-agent - - zabbix-get - - php-fpm before_script: + - sudo curl -o /usr/local/bin/shunit2 https://raw.githubusercontent.com/kward/shunit2/master/shunit2 - sudo apt-get -y purge jq - sudo apt-get -y purge libfcgi-bin libfcgi0ldbl - - sudo curl -o /usr/local/bin/shunit2 https://raw.githubusercontent.com/kward/shunit2/master/shunit2 + - sudo apt autoremove script: bash tests/missing.sh - os: linux dist: bionic