X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Ftravis.sh;h=3557816c8c48f53b3a06a0d87baa64bc56a0b1db;hb=19041ac885f98de5494476376b65d454c656b230;hp=509b40d873b200e11aaebb6521cd8a3bde5a4c84;hpb=bc22d60899e14631cba0fb6450f4e85fc9528293;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/travis.sh b/scripts/travis.sh index 509b40d87..3557816c8 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -36,8 +36,4 @@ elif [ "$1" = "lint" ]; then ( cd client npm run lint ) -elif [ "$1" = "jest" ]; then - ( cd client - npm run test - ) fi