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 29bb183 commit 9a74c1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.0"
- "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
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matrix:

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

test_script:
Expand Down

0 comments on commit 9a74c1a

Please sign in to comment.