Commit 3b06272e by Ben Patterson

Only build on master and on pull requests to master.

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