Skip to content

Commit

Permalink
ci: bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeh committed Jan 7, 2020
1 parent 6527ec4 commit 7ce907b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "12"
- "13.5.0"

cache: npm

Expand All @@ -11,13 +11,14 @@ os:

env:
matrix:
- NODE_VERSION="12"
- NODE_VERSION="13"

matrix:
fast_finish: true

install:
- npm install
- npm link

script:
- npm test
Expand Down
18 changes: 10 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,29 @@

version: "{build}"

environment:
matrix:
- nodejs_version: "12"
platform: x64
- nodejs_version: "12"
platform: x86
platform:
- x64
- x86

matrix:
fast_finish: true

install:
# Build
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 13.5.0) $env:platform
- npm install

test_script:
- node --version
- npm --version
- npm test

cache:
# local npm modules
- 'node_modules -> package.json'
# npm cache
- '%APPDATA%\npm-cache'

build: off

test: off

deploy: off

0 comments on commit 7ce907b

Please sign in to comment.