mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
5 lines
61 B
Bash
Executable File
5 lines
61 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
set -x
|
|
python tools/provision.py --travis
|