zulip/tools/travis
Anders Kaseorg 3e7bf9be9c production-helper: Fix shellcheck warnings.
In tools/travis/production-helper line 24:
if ! apt-get dist-upgrade -y $APT_OPTIONS; then
                             ^-- SC2086: Double quote to prevent globbing and word splitting.

In tools/travis/production-helper line 26:
    apt-get dist-upgrade -y $APT_OPTIONS
                            ^-- SC2086: Double quote to prevent globbing and word splitting.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-08-03 09:15:27 -07:00
..
activate-venv py3: Stop running on Python 2 in Travis. 2017-08-16 17:54:43 -07:00
backend tests: Disable test-queue-worker-reload test. 2018-06-05 09:24:03 -07:00
frontend ci: Cut out commented-out versions of tools/lint calls. 2018-02-01 11:37:00 -08:00
production Expand testing done via Travis CI to cover production pipeline. 2015-11-01 18:11:39 -08:00
production-helper production-helper: Fix shellcheck warnings. 2018-08-03 09:15:27 -07:00
setup-backend travis: Don't create nagios state. 2017-12-18 21:43:07 -08:00
setup-frontend Expand testing done via Travis CI to cover production pipeline. 2015-11-01 18:11:39 -08:00
setup-production docs: Update links from codebase to point to ReadTheDocs. 2017-11-16 10:53:49 -08:00
success-http-headers.txt success-http-headers: Add X-Frame-Options. 2018-05-30 09:41:50 -07:00