Skip to content

Commit

Permalink
Add more CI targets: node 5&6
Browse files Browse the repository at this point in the history
  • Loading branch information
cursedcoder committed Sep 1, 2017
1 parent 1fd8571 commit d01a85c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js

node_js:
- "5"
- "6"
- "7.10"
- "8.4"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"README.md"
],
"devDependencies": {
"checkpack": "~0.0.1",
"checkpack": "~0.1.0",
"del": "~2.2.0",
"glob": "~7.1.1",
"jaguarjs-jsdoc": "~1.0.1",
Expand Down

0 comments on commit d01a85c

Please sign in to comment.