mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Fix travis lint tests
This commit is contained in:
parent
d61e81538b
commit
165c8d2558
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
cd client || exit -1
|
||||
npm test
|
||||
npm test || exit -1
|
||||
|
||||
cd .. || exit -1
|
||||
standard
|
||||
standard || exit -1
|
||||
mocha server/tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue