Skip to content

Commit 171e6d1

Browse files
author
Simon Hofmann
committed
Slimmed down build matrix to node 10
1 parent d996442 commit 171e6d1

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ matrix:
99
- os: osx
1010
osx_image: xcode11
1111
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"
2212

2313
addons:
2414
apt:

appveyor.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
image: Visual Studio 2017
44

5+
# Test against these versions of Io.js and Node.js.
56
environment:
67
matrix:
7-
- nodejs_version: 10
8-
- nodejs_version: 11
9-
- nodejs_version: 12
8+
# node.js
9+
- nodejs_version: "10"
1010

1111
cache:
1212
- node_modules
@@ -36,11 +36,7 @@ test_script:
3636
- npm run test:it
3737

3838
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
4440

4541
build: off
4642
version: "{build}"

0 commit comments

Comments
 (0)