Skip to content

Commit

Permalink
ci: build on node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Dec 21, 2017
1 parent ba93a88 commit 3b7e8cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ git:
depth: 2
language: node_js
node_js:
- "8"
- "6"
- "4"
after_script: npm run cover
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -8,6 +8,7 @@ skip_tags: true

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

Expand Down

0 comments on commit 3b7e8cb

Please sign in to comment.