Skip to content

Commit

Permalink
updating travis and nyc reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcherubini committed Mar 10, 2017
1 parent 878fe03 commit 53f3f12
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 349 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- v7
- v6
- v7
- v6
after_success: npm run coverage
deploy:
skip_cleanup: true
provider: npm
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"nyc": {
"include": [
"lib/**/*.js"
"lib/**/*.js"
]
},
"devDependencies": {
Expand All @@ -48,6 +48,7 @@
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-register": "^6.18.0",
"coveralls": "^2.12.0",
"del": "^2.2.2",
"eslint": "^3.11.0",
"eslint-config-xo-space": "^0.15.0",
Expand Down Expand Up @@ -76,7 +77,8 @@
"test": "gulp test",
"preversion": "npm test",
"version": "gulp build && git add -A",
"postversion": "git push && git push --tags"
"postversion": "git push && git push --tags",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit 53f3f12

Please sign in to comment.