Skip to content

Commit

Permalink
Update Node test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed May 6, 2019
1 parent 82467e3 commit 078f335
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ os:
- osx

node_js:
- 12
- 11
- 10
- 8
- 6.2.0

cache: npm

matrix:
include:
- node_js: 11
- node_js: 12
env: HARMONY=true

before_install:
- npm i -g npm

script:
- |
if [ $TRAVIS_NODE_VERSION = "6.2.0" ]
if [ $TRAVIS_NODE_VERSION = "8" ]
then
npm run test:prod
else
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ shallow_clone: true
version: '{build}'

environment:
nvs_version: 1.5.1
nvs_version: 1.5.2
matrix:
- nodejs_version: 12
- nodejs_version: 11
- nodejs_version: 10
- nodejs_version: 8
- nodejs_version: 6

cache:
- '%APPDATA%\npm-cache'
Expand Down

0 comments on commit 078f335

Please sign in to comment.