Skip to content

Commit

Permalink
comment out standard for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dickey committed May 21, 2016
1 parent 77932c3 commit 34f0f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ test:
- mkdir -p $CIRCLE_TEST_REPORTS/mocha
override:
- MOCHA_FILE=$CIRCLE_TEST_REPORTS/mocha/results.xml nyc mocha test -R mocha-junit-reporter
- standard
# - standard
post:
- nyc report --reporter=text-lcov > coverage.lcov && bash <(curl -s https://codecov.io/bash)

0 comments on commit 34f0f8f

Please sign in to comment.