aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-07-29 09:13:16 +0100
committerAleksey Kladov <[email protected]>2019-07-29 09:13:16 +0100
commit025e1169da92a13fe66e5e8f1e3b9b70c2fe4bc7 (patch)
tree814f5656fae5f40fff75677edeab1b445ebb034c
parentde278d164906d6d29974790c5a4db28303692484 (diff)
install npm deps once
-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"