diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-08 17:31:11 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-08 17:31:11 +0100 |
commit | dfecb9003600913f8c3130a87e5b403d6686a55f (patch) | |
tree | 17f8fbfcff20429e472cc8853c65108e2d490519 /scripts/travis.sh | |
parent | 530d7fdd8d3d36bc3c4cddcba900c8b9671e6f29 (diff) | |
download | PeerTube-dfecb9003600913f8c3130a87e5b403d6686a55f.tar.gz PeerTube-dfecb9003600913f8c3130a87e5b403d6686a55f.tar.zst PeerTube-dfecb9003600913f8c3130a87e5b403d6686a55f.zip |
Fix lint momory issues
Diffstat (limited to 'scripts/travis.sh')
-rwxr-xr-x | scripts/travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh index a3e065d47..ea0dc8699 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 -- --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" "shared/**/*.ts" || exit -1 |
29 | fi | 29 | fi |