mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user