]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/test.sh
Fix travis lint tests
[github/Chocobozzz/PeerTube.git] / scripts / test.sh
CommitLineData
93534495
C
1#!/usr/bin/env sh
2
3cd client || exit -1
165c8d25 4npm test || exit -1
93534495
C
5
6cd .. || exit -1
165c8d25 7standard || exit -1
93534495 8mocha server/tests