Skip to content

Commit

Permalink
chore(.travis): test for latest LTS/stable node versions (#69)
Browse files Browse the repository at this point in the history
Also removes unused dependencies
  • Loading branch information
saschanaz authored and Marcos Cáceres committed May 29, 2017
1 parent c6ef83e commit 056f0cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
language: node_js
node_js:
- "0.10"
- node
- 6
- 4
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"devDependencies": {
"mocha": "3.4.1",
"expect": "1.20.2",
"underscore": "1.8.3",
"jsondiffpatch": "0.2.4",
"benchmark": "*",
"microtime": "2.1.3"
"jsondiffpatch": "0.2.4"
},
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit 056f0cb

Please sign in to comment.