]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/travis.sh
Update credits
[github/Chocobozzz/PeerTube.git] / scripts / travis.sh
index 509b40d873b200e11aaebb6521cd8a3bde5a4c84..3557816c8c48f53b3a06a0d87baa64bc56a0b1db 100755 (executable)
@@ -36,8 +36,4 @@ elif [ "$1" = "lint" ]; then
     ( cd client
       npm run lint
     )
-elif [ "$1" = "jest" ]; then
-    ( cd client
-      npm run test
-    )
 fi