Skip to content

Commit

Permalink
ci(travis): add node 10.x to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 29, 2018
1 parent 97a1a8d commit aea4dd6
Show file tree
Hide file tree
Showing 2 changed files with 710 additions and 709 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ node_js:
- "7"
- "8"
- "9"
- "10"
services:
- "mongodb"
script: "npm run-script test-travis"
Expand Down

0 comments on commit aea4dd6

Please sign in to comment.