Skip to content

Commit

Permalink
Update Travis testing to include only node >= 4.x and package.json en…
Browse files Browse the repository at this point in the history
…gine version
  • Loading branch information
mdlavin committed Jan 7, 2019
1 parent 9b3edc9 commit 02aed01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
language: node_js
node_js:
- "0.10"
- "4"
- "6"
- "8"
- "10"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dtrace-provider": "^0.3.1"
},
"engines": {
"node": ">= 0.10.x",
"node": ">= 4.x",
"npm": ">= 1.4.x"
}
}

0 comments on commit 02aed01

Please sign in to comment.