diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-24 10:33:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-24 10:33:50 +0100 |
commit | a28f353a64c24df5cf29d4167429d27f88c94502 (patch) | |
tree | d6785af7d621ffbf5cf399551797416754de8fa8 /scripts | |
parent | 1f7ab4f3104df051f2d2cd4ed85ff6092c92efeb (diff) | |
download | PeerTube-a28f353a64c24df5cf29d4167429d27f88c94502.tar.gz PeerTube-a28f353a64c24df5cf29d4167429d27f88c94502.tar.zst PeerTube-a28f353a64c24df5cf29d4167429d27f88c94502.zip |
Fix lint
Diffstat (limited to 'scripts')
-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 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 |
29 | fi | 29 | fi |