Skip to content

Commit

Permalink
ci: drop and up node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Oct 11, 2019
1 parent 213b8c3 commit e8b9bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- v12
- v11
- v10
- v9
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
environment:
matrix:
- nodejs_version: "12"
- nodejs_version: "11"
- nodejs_version: "10"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "7"

version: "{build}"
build: off
Expand Down

0 comments on commit e8b9bf8

Please sign in to comment.