Fix travis lint tests
[oweals/peertube.git] / scripts / test.sh
1 #!/usr/bin/env sh
2
3 cd client || exit -1
4 npm test || exit -1
5
6 cd .. || exit -1
7 standard || exit -1
8 mocha server/tests