From f4e7617466e5fc4b1ad6c2851b3803a5abf0e216 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 9 Oct 2018 19:10:35 +0300 Subject: gate on tslint --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f8130a595..acf1af028 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ matrix: node_js: node before_script: false script: - - cd editors/code && npm ci && npm run travis; cd ../.. + - cd editors/code && npm ci && npm run travis allow_failures: - rust nightly -- cgit v1.2.3