aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/travis.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-03-13 16:07:40 +0100
committerChocobozzz <chocobozzz@cpy.re>2019-03-18 11:17:59 +0100
commitd0e1e32589f4e76446eb84a3ec8e7fea39963412 (patch)
tree201423c677e61490d8e289a9cb9f39cc0e76e3ed /scripts/travis.sh
parent0b16f5f2202e0c0832b5e678fadd95c64b8e8789 (diff)
downloadPeerTube-d0e1e32589f4e76446eb84a3ec8e7fea39963412.tar.gz
PeerTube-d0e1e32589f4e76446eb84a3ec8e7fea39963412.tar.zst
PeerTube-d0e1e32589f4e76446eb84a3ec8e7fea39963412.zip
Remove jest tests
I don't have time to maintain them
Diffstat (limited to 'scripts/travis.sh')
-rwxr-xr-xscripts/travis.sh4
1 files changed, 0 insertions, 4 deletions
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
36 ( cd client 36 ( cd client
37 npm run lint 37 npm run lint
38 ) 38 )
39elif [ "$1" = "jest" ]; then
40 ( cd client
41 npm run test
42 )
43fi 39fi