aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-10-09 17:36:29 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-10-09 17:36:29 +0100
commit14baf11bd41eb17cfee79fd7f9d068c4e785aa71 (patch)
tree9b8ad3e8942a6086a95cb959b4504f2b80c91d12
parent434e30e19f0a4e338345a5544c629156471f4b75 (diff)
parentf4e7617466e5fc4b1ad6c2851b3803a5abf0e216 (diff)
Merge #111
111: gate on tslint r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f8130a595..acf1af028 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ matrix:
18 node_js: node 18 node_js: node
19 before_script: false 19 before_script: false
20 script: 20 script:
21 - cd editors/code && npm ci && npm run travis; cd ../.. 21 - cd editors/code && npm ci && npm run travis
22 22
23 allow_failures: 23 allow_failures:
24 - rust nightly 24 - rust nightly