projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9155ee
)
Don't compile all languages in travis
author
Chocobozzz
<me@florianbigard.com>
Mon, 27 Aug 2018 09:34:43 +0000
(11:34 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Mon, 27 Aug 2018 09:34:43 +0000
(11:34 +0200)
scripts/travis.sh
patch
|
blob
|
history
diff --git
a/scripts/travis.sh
b/scripts/travis.sh
index c2785ffa76bcd8adf797a70d35041900962367ea..c459daf0becbb621e5660a87c50ce7b549300792 100755
(executable)
--- a/
scripts/travis.sh
+++ b/
scripts/travis.sh
@@
-10,7
+10,7
@@
fi
killall -q peertube || true
if [ "$1" = "misc" ]; then
- npm run build
+ npm run build
-- --light-fr
mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts \
server/tests/feeds/index.ts
elif [ "$1" = "api" ]; then