mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
10 lines
117 B
Bash
Executable File
10 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source tools/travis/activate-venv
|
|
|
|
set -e
|
|
set -x
|
|
|
|
./tools/test-js-with-node
|
|
./tools/test-js-with-casper
|