Remove useless test from Travis.

master
Jeff Geerling 2014-05-11 21:40:11 -05:00
parent 991f2e6293
commit 295355d31d
1 changed files with 0 additions and 3 deletions

View File

@ -29,6 +29,3 @@ script:
| grep -q 'changed=0.*failed=0'
&& (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1)
# Check if munin is responding on port 4949.
- nc -z localhost 4949