3
0
mirror of https://github.com/rvalitov/zabbix-php-fpm.git synced 2023-11-05 03:30:27 +01:00

[fix] testMissingPackagesDiscoveryScript

This commit is contained in:
Ramil Valitov 2020-07-06 23:41:46 +03:00
parent c31db7d149
commit 98b33b3d99
No known key found for this signature in database
GPG Key ID: 2AB186DABDFE1914

View File

@ -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