Skip to content

Commit

Permalink
Merge 5cc511c into 7fa09ee
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Jun 6, 2016
2 parents 7fa09ee + 5cc511c commit 05e3c58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ sudo: false
node_js:
- "0.10"
- "0.12"
- "iojs"
- "4"
- "5"

after_success:
- npm run coverage
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
"test-jstransformer": "^1.0.0"
},
"scripts": {
"test": "test-jstransformer",
"coverage": "test-jstransformer coverage"
"coverage": "test-jstransformer coverage",
"test": "test-jstransformer"
},
"engines": {
"node": ">=0.10.36"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 05e3c58

Please sign in to comment.