diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-08 20:34:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-08 20:34:37 +0200 |
commit | fe3a55b071c99b346e9e9ab786f5d219e5a064cd (patch) | |
tree | 55c6d0e9a253b20df738fd82820eb931044828e6 /scripts/travis.sh | |
parent | 4a7591e1a8ec5ffdff85580c6be4b18d8b85b4d4 (diff) | |
download | PeerTube-fe3a55b071c99b346e9e9ab786f5d219e5a064cd.tar.gz PeerTube-fe3a55b071c99b346e9e9ab786f5d219e5a064cd.tar.zst PeerTube-fe3a55b071c99b346e9e9ab786f5d219e5a064cd.zip |
Add video comments RSS
Diffstat (limited to 'scripts/travis.sh')
-rwxr-xr-x | scripts/travis.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh index 79be23493..a5f604bb1 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh | |||
@@ -9,7 +9,8 @@ fi | |||
9 | 9 | ||
10 | if [ "$1" = "misc" ]; then | 10 | if [ "$1" = "misc" ]; then |
11 | npm run build | 11 | npm run build |
12 | mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts | 12 | mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts \ |
13 | server/tests/feeds/feeds.ts | ||
13 | elif [ "$1" = "api" ]; then | 14 | elif [ "$1" = "api" ]; then |
14 | npm run build:server | 15 | npm run build:server |
15 | mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index.ts | 16 | mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index.ts |