mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
This is preparation for supporting using Python 3 in production. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
7 lines
130 B
Bash
Executable File
7 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
set -x
|
|
tools/provision.py --travis
|
|
sudo mkdir -p /var/lib/nagios_state
|
|
sudo chown travis /var/lib/nagios_state
|