Skip to content

Commit

Permalink
chore: Run CI against Node 10 (current LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
robcresswell committed Jan 8, 2019
1 parent 2e80014 commit 32d1d8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- "10"
- "8"
- "6"
- "4"
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ cache:
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

# fastfail
matrix:
Expand Down

0 comments on commit 32d1d8c

Please sign in to comment.