aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/travis.sh')
-rwxr-xr-xscripts/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh
index f24aac885..e03f1072d 100755
--- a/scripts/travis.sh
+++ b/scripts/travis.sh
@@ -25,5 +25,5 @@ elif [ "$1" = "lint" ]; then
25 npm run lint || exit -1 25 npm run lint || exit -1
26 26
27 cd .. || exit -1 27 cd .. || exit -1
28 npm run tslint -- --type-check --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" || exit -1 28 npm run tslint -- --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" || exit -1
29fi 29fi