Remove useless test from Travis.
parent
991f2e6293
commit
295355d31d
|
|
@ -29,6 +29,3 @@ script:
|
||||||
| grep -q 'changed=0.*failed=0'
|
| grep -q 'changed=0.*failed=0'
|
||||||
&& (echo 'Idempotence test: pass' && exit 0)
|
&& (echo 'Idempotence test: pass' && exit 0)
|
||||||
|| (echo 'Idempotence test: fail' && exit 1)
|
|| (echo 'Idempotence test: fail' && exit 1)
|
||||||
|
|
||||||
# Check if munin is responding on port 4949.
|
|
||||||
- nc -z localhost 4949
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue