aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-24 10:33:50 +0100
committerChocobozzz <me@florianbigard.com>2018-01-24 10:33:50 +0100
commita28f353a64c24df5cf29d4167429d27f88c94502 (patch)
treed6785af7d621ffbf5cf399551797416754de8fa8 /scripts
parent1f7ab4f3104df051f2d2cd4ed85ff6092c92efeb (diff)
downloadPeerTube-a28f353a64c24df5cf29d4167429d27f88c94502.tar.gz
PeerTube-a28f353a64c24df5cf29d4167429d27f88c94502.tar.zst
PeerTube-a28f353a64c24df5cf29d4167429d27f88c94502.zip
Fix lint
Diffstat (limited to 'scripts')
-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