Skip to content

Commit

Permalink
chore: add Node.js 12 to CI services (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Jul 21, 2019
1 parent d2cf104 commit e6e3bd5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
language: node_js
sudo: false
node_js:
- "6"
- "8"
- "10"
- 6
- 8
- 10
- 12

install:
- npm install

script:
- npm test
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: 6
- nodejs_version: 8
- nodejs_version: 10
- nodejs_version: 12

install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit e6e3bd5

Please sign in to comment.