aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-10-09 17:10:35 +0100
committerAleksey Kladov <[email protected]>2018-10-09 17:10:35 +0100
commitf4e7617466e5fc4b1ad6c2851b3803a5abf0e216 (patch)
tree53b70cf36c3ded400328191b88279e89ea283b1c /.travis.yml
parentb7bd45610178c976d6d6ad74821af4cb0c2448ec (diff)
gate on tslint
Diffstat (limited to '.travis.yml')
-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