Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Adding node v8 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemoore committed Sep 19, 2017
1 parent 7e39f19 commit c1d1ace
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 @@ language: node_js
sudo: false

node_js:
- "8"
- "7"
- "6"
- "5"
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
@@ -1,5 +1,6 @@
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "7"
- nodejs_version: "6"
- nodejs_version: "5"
Expand Down

0 comments on commit c1d1ace

Please sign in to comment.