Skip to content

Commit

Permalink
add lock file and fix a broken test (#74)
Browse files Browse the repository at this point in the history
* add lock file and fix a broken test

* add testing fo the latest node

* add tests for node lts
  • Loading branch information
haoliangyu committed Jan 30, 2018
1 parent 560f87d commit b162cdf
Show file tree
Hide file tree
Showing 4 changed files with 843 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
node_js:
- "node"
- "lts/*"
- "0.11"
- "0.10"
2 changes: 1 addition & 1 deletion jsdoc.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"template": "./node_modules/minami",
"tutorials": "./tutorials"
}
}
}
Loading

0 comments on commit b162cdf

Please sign in to comment.