File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1- language : node_js
2- node_js :
3- - " node"
4-
5- environment :
6- ELECTRON_RUN_AS_NODE : 1
7- VSCODE_BUILD_VERBOSE : true
8-
91sudo : false
2+ language : cpp
103
114os :
125 - linux
136
7+ environment :
8+ VSCODE_BUILD_VERBOSE : true
9+
1410addons :
1511 apt :
1612 sources :
@@ -24,8 +20,14 @@ addons:
2420 - libgtk2.0-0
2521 - libx11-dev
2622 - libxkbfile-dev
23+ - libsecret-1-dev
2724
2825before_install :
26+ - git clone --depth 1 https://github.com/creationix/nvm.git ./.nvm
27+ - source ./.nvm/nvm.sh
28+ - nvm install 7.4.0
29+ - nvm use 7.4.0
30+ - npm install -g gulp
2931 - if [ $TRAVIS_OS_NAME == "linux" ]; then
3032 export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
3133 sh -e /etc/init.d/xvfb start;
@@ -35,7 +37,6 @@ before_install:
3537install :
3638 - cd client
3739 - npm install
38- - npm install gulp
3940 - npm run vscode:prepublish
4041
4142script :
Original file line number Diff line number Diff line change 195195 "@types/mocha" : " ^2.2.32"
196196 },
197197 "dependencies" : {
198- "vscode-languageclient" : " ^3.1 .0" ,
198+ "vscode-languageclient" : " ~3.3 .0" ,
199199 "vscode-extension-telemetry" : " ^0.0.6"
200200 }
201201}
You can’t perform that action at this time.
0 commit comments