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 15, 2020
1 parent c7cbe35 commit a9ff2fb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
language: node_js

node_js:
- "12"
- "13.5.0"

cache: npm

os:
- linux
- osx

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

matrix:
fast_finish: true

install:
- npm install
- npm link

script:
- npm test
Expand Down
35 changes: 16 additions & 19 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,27 @@
# http://www.appveyor.com/docs/appveyor-yml
language: node_js

version: "{build}"
node_js:
- "13.5.0"

environment:
cache: npm

os:
- linux
- osx

env:
matrix:
- nodejs_version: "12"
platform: x64
- nodejs_version: "12"
platform: x86
- NODE_VERSION="13"

matrix:
fast_finish: true

install:
# Build
- npm install
- npm test
- npm link

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

build: off

test: off
script:
- npm test

deploy: off
after_success:
- npm run calls

0 comments on commit a9ff2fb

Please sign in to comment.