Skip to content

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkrick committed May 27, 2016
1 parent 5ce7d79 commit 94bbd0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ language: node_js
node_js:
- '5'
- '4'
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "babel --presets es2015,stage-0 -d lib/ src/",
"watch": "babel -w --presets es2015,stage-0 -d lib/ src/",
"prepublish": "npm run clean && npm run build",
"test": "ava ./src/**/__tests__/**/*-tests.js",
"testCoverage": "nyc ava ./src/**/__tests__/**/*-tests.js",
"test": "nyc ./src/**/__tests__/**/*-tests.js",
"quickTest": "ava ./src/**/__tests__/**/*-tests.js",
"buildTestSchema": "node src/updateSchema.js src/__tests__/schema.js src/__tests__/clientSchema.json 2"
},
"repository": {
Expand All @@ -35,6 +35,7 @@
"babel-preset-es2015": "6.9.0",
"babel-preset-stage-0": "6.5.0",
"babel-register": "6.9.0",
"coveralls": "^2.11.9",
"nyc": "^6.4.4",
"rimraf": "2.5.2",
"xo": "0.15.1"
Expand Down

0 comments on commit 94bbd0e

Please sign in to comment.