diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh index c459daf0b..1d7ebf340 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh | |||
@@ -32,6 +32,10 @@ elif [ "$1" = "lint" ]; then | |||
32 | ( cd client | 32 | ( cd client |
33 | npm run lint | 33 | npm run lint |
34 | ) | 34 | ) |
35 | elif [ "$1" = "jest" ]; then | ||
36 | ( cd client | ||
37 | npm run test | ||
38 | ) | ||
35 | 39 | ||
36 | npm run tslint -- --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" "shared/**/*.ts" | 40 | npm run tslint -- --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" "shared/**/*.ts" |
37 | fi | 41 | fi |