Skip to content

Commit

Permalink
remove outdated node.js version, add latest ones
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Mar 23, 2020
1 parent 8d839e8 commit 4ea9ed2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -4,9 +4,10 @@ os:
- linux
- osx
node_js:
- "12"
- "10"
- "8"
- "6"
- "4"

script: npm run travis

Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -7,9 +7,10 @@ init:
# what combinations to test
environment:
matrix:
- nodejs_version: 12
- nodejs_version: 10
- nodejs_version: 8
- nodejs_version: 6
- nodejs_version: 4

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

0 comments on commit 4ea9ed2

Please sign in to comment.