diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis.sh | 4 |
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 | ) |
39 | elif [ "$1" = "jest" ]; then | ||
40 | ( cd client | ||
41 | npm run test | ||
42 | ) | ||
43 | fi | 39 | fi |