We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc7f75 commit e03e174Copy full SHA for e03e174
.travis.yml
@@ -14,6 +14,7 @@ cache:
14
- "node_modules"
15
16
script:
17
+ - npm run lint
18
- npm run vscode:prepublish
19
- npm test
20
appveyor.yml
@@ -1,7 +1,7 @@
1
environment:
2
ELECTRON_RUN_AS_NODE: 1
3
VSCODE_BUILD_VERBOSE: true
4
- NODE_VERSION: "9"
+ NODE_VERSION: "10"
5
6
cache:
7
- node_modules
@@ -21,4 +21,5 @@ build: off
21
test_script:
22
- node --version
23
- npm --version
24
25
0 commit comments