mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix travis lint tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user