Skip to content

Commit

Permalink
BREAKING: Drop Node v4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Aug 1, 2018
1 parent 0818c5a commit 4db444e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
sudo: false
language: node_js
node_js:
- "4"
- "6"
- "8"
- "10"
matrix:
include:
- node_js: "6"
- node_js: "10"
env: TEST_SUITE=lint
env:
- TEST_SUITE=unit
Expand Down
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
environment:
matrix:
# node.js
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

# Install scripts. (runs after repo cloning)
install:
Expand All @@ -19,7 +20,7 @@ test_script:
- node --version
- npm --version
# run tests
- npm test
- npm run unit

# Don't actually build.
build: off

0 comments on commit 4db444e

Please sign in to comment.