Skip to content

Commit

Permalink
Revert "Add code coverage for JS"
Browse files Browse the repository at this point in the history
This reverts commit e295bf1.

Istanbul doesn't support ES6-style "import" declarations, which I'm
using.
  • Loading branch information
lazerwalker committed Feb 1, 2016
1 parent e295bf1 commit a32bf9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,5 +1,4 @@
language: node_js
node_js: node
git:
submodules: false
after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
submodules: false
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -28,9 +28,7 @@
"babel-register": "^6.3.13",
"babelify": "^7.2.0",
"chai": "^3.4.1",
"coveralls": "^2.11.6",
"gulp-util": "^3.0.7",
"istanbul": "^0.4.2",
"mocha": "^2.3.4",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
Expand Down

0 comments on commit a32bf9f

Please sign in to comment.