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, 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 )
35elif [ "$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"
37fi 41fi