Commit 3b06272e by Ben Patterson

Only build on master and on pull requests to master.

parent 044644ae
...@@ -10,5 +10,8 @@ before_script: ...@@ -10,5 +10,8 @@ before_script:
script: script:
- "make test" - "make test"
- "python manage.py makemessages -l eo" - "python manage.py makemessages -l eo"
branches:
only:
- master
after_success: after_success:
coveralls coveralls
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