Skip to content

Commit

Permalink
travis: send coverage report to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
frediana committed Feb 4, 2017
1 parent 41d8838 commit 20e76bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
"build-test": "cp dist/shaft.js spec && tsc -p spec",
"build-all": "npm run build && npm run build-test",
"test": "testem",
"test-ci": "testem ci -f testem.js",
"test-ci": "testem ci -f testem.js && npm run coverall",
"coverage": "testem -f testem.js",
"coverall": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"uglify": "uglifyjs dist/shaft.js -o dist/shaft.min.js --source-map dist/shaft.min.js.map",
"tsdoc": "typedoc --out documentation/1.2.0 ./src"
},
Expand All @@ -34,6 +35,7 @@
"@types/es6-promise": "0.0.32",
"@types/jasmine": "^2.5.40",
"@types/node": "^6.0.60",
"coveralls": "^2.11.15",
"jasmine": "^2.5.2",
"shelljs": "^0.7.6",
"testem": "^1.14.2",
Expand Down

0 comments on commit 20e76bb

Please sign in to comment.