aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/travis.sh
diff options
context:
space:
mode:
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