Commit 7b078d01 by Ben Patterson

Do not build other branches unless they are part of a PR.

parent b1a40a90
...@@ -4,6 +4,9 @@ install: ...@@ -4,6 +4,9 @@ install:
- "pip install coveralls" - "pip install coveralls"
- "pip install -r requirements.txt" - "pip install -r requirements.txt"
script: make test quality script: make test quality
branches:
only:
- master
after_success: after_success:
- coveralls - coveralls
- bash ./scripts/build-stats-to-datadog.sh - 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