Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
chore: remove Node.js 4 (EOL), add Node.js 10 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and jonathantneal committed May 4, 2018
1 parent 083a8d8 commit 3cdefe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ sudo: false

language: node_js
node_js:
- 10
- 8
- 6
- 4

before_install:
- npm i -g npm@latest
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

environment:
matrix:
- nodejs_version: 10
- nodejs_version: 8
- nodejs_version: 6
- nodejs_version: 4

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

0 comments on commit 3cdefe8

Please sign in to comment.