aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/travis.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-08 20:34:37 +0200
committerChocobozzz <me@florianbigard.com>2018-06-08 20:34:37 +0200
commitfe3a55b071c99b346e9e9ab786f5d219e5a064cd (patch)
tree55c6d0e9a253b20df738fd82820eb931044828e6 /scripts/travis.sh
parent4a7591e1a8ec5ffdff85580c6be4b18d8b85b4d4 (diff)
downloadPeerTube-fe3a55b071c99b346e9e9ab786f5d219e5a064cd.tar.gz
PeerTube-fe3a55b071c99b346e9e9ab786f5d219e5a064cd.tar.zst
PeerTube-fe3a55b071c99b346e9e9ab786f5d219e5a064cd.zip
Add video comments RSS
Diffstat (limited to 'scripts/travis.sh')
-rwxr-xr-xscripts/travis.sh3
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
10if [ "$1" = "misc" ]; then 10if [ "$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
13elif [ "$1" = "api" ]; then 14elif [ "$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