Skip to content

Commit

Permalink
Add Node 10 to CI configs (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Apr 25, 2018
1 parent bbbc2db commit a240dd0
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 @@ -7,6 +7,7 @@ node_js:
- 6
- 8
- 9
- 10
env: TEST_SUITE=unit
matrix:
exclude:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -4,6 +4,7 @@ environment:
# node.js
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit a240dd0

Please sign in to comment.