Remove coveralls from devDependencies

This commit is contained in:
Elliot Lee
2019-03-18 17:05:52 -07:00
parent 0e92e696d4
commit 69e621af86
3 changed files with 4 additions and 129 deletions

View File

@@ -16,7 +16,7 @@ unittest() {
# test "src"
mocha test --reporter mocha-junit-reporter --reporter-options mochaFile=$CIRCLE_TEST_REPORTS/test-results.xml
yarn test --coverage
yarn run coveralls
#yarn run coveralls
# test compiled version in "dist/npm"
$(npm bin)/babel -D --optional runtime --ignore "**/node_modules/**" -d test-compiled/ test/