Commit 40091a47 by Ben Patterson

Merge pull request #17 from edx/benp/only-master

Do not build other branches unless they are part of a PR.
parents b1a40a90 7b078d01
......@@ -4,6 +4,9 @@ install:
- "pip install coveralls"
- "pip install -r requirements.txt"
script: make test quality
branches:
only:
- master
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