File tree Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 9
9
- os : osx
10
10
osx_image : xcode11
11
11
node_js : " 10"
12
- - os : linux
13
- node_js : " 11"
14
- - os : osx
15
- osx_image : xcode11
16
- node_js : " 11"
17
- - os : linux
18
- node_js : " 12"
19
- - os : osx
20
- osx_image : xcode11
21
- node_js : " 12"
22
12
23
13
addons :
24
14
apt :
Original file line number Diff line number Diff line change 2
2
3
3
image : Visual Studio 2017
4
4
5
+ # Test against these versions of Io.js and Node.js.
5
6
environment :
6
7
matrix :
7
- - nodejs_version : 10
8
- - nodejs_version : 11
9
- - nodejs_version : 12
8
+ # node.js
9
+ - nodejs_version : " 10"
10
10
11
11
cache :
12
12
- node_modules
@@ -36,11 +36,7 @@ test_script:
36
36
- npm run test:it
37
37
38
38
on_success :
39
- - ps : |
40
- if ($env:APPVEYOR_REPO_TAG -eq "true" -And $env:nodejs_version -eq "12")
41
- {
42
- npm publish
43
- }
39
+ - IF defined APPVEYOR_REPO_TAG_NAME npm publish
44
40
45
41
build : off
46
42
version : " {build}"
You can’t perform that action at this time.
0 commit comments