aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-07-29 09:13:39 +0100
committerbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-07-29 09:13:39 +0100
commitd74635244ce1c5e13df278e64e54a4efd6f6a842 (patch)
tree814f5656fae5f40fff75677edeab1b445ebb034c
parentde278d164906d6d29974790c5a4db28303692484 (diff)
parent025e1169da92a13fe66e5e8f1e3b9b70c2fe4bc7 (diff)
Merge #1611
1611: install npm deps once r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d0d8311fe..87b546442 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,10 +41,9 @@ matrix:
41 - xvfb 41 - xvfb
42 before_install: cd editors/code 42 before_install: cd editors/code
43 install: 43 install:
44 - npm install 44 - npm ci
45 - npm run vscode:prepublish 45 - npm run vscode:prepublish
46 script: 46 script:
47 - npm ci
48 - npm run travis 47 - npm run travis
49 env: 48 env:
50 - CXX="g++-4.9", CC="gcc-4.9" 49 - CXX="g++-4.9", CC="gcc-4.9"