aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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