travis: Don't create nagios state.

As the comment says, we don't seem to use this.  And the Travis builds
work fine without it.
This commit is contained in:
Greg Price
2017-09-19 18:40:05 -07:00
parent 9ce080ebb1
commit 3ba0d5659f

View File

@@ -10,11 +10,3 @@ if ! tools/provision; then
echo "\`provision\`: Something went wrong with the provisioning, might be a network issue, Retrying to provision..."
tools/provision
fi
# Create nagios state so that we can test-run the Nagios checks
# against the run-dev.py server, as a form of end-to-end test
# (tools/).
#
# TODO: Is this actually required? We don't seem to use it.
sudo mkdir -p /var/lib/nagios_state
sudo chown travis /var/lib/nagios_state