Commit 192953d4 by Ben Patterson

Enable stats reporting to datadog.

parent 78c4921d
......@@ -2,9 +2,10 @@ language: python
python: "2.7"
install:
- "pip install coveralls"
script:
script:
- make validate
- git fetch origin master:refs/remotes/origin/master # https://github.com/edx/diff-cover#troubleshooting
- make diff.report
after_success:
- coveralls
- bash ./scripts/build-stats-to-datadog.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment