Skip to content

Commit

Permalink
83 remove unused node support from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpatoilo committed May 14, 2020
1 parent a9578c4 commit dec520a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
environment:
matrix:
- nodejs_version: 12
- nodejs_version: 11
- nodejs_version: 10
install:
- ps: Install-Product node $env:nodejs_version
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- 12
- 11
- 10
before_install:
- npm i -g npm

0 comments on commit dec520a

Please sign in to comment.