Add all branches to GitLab CI

This commit is contained in:
Jan Tuomi
2017-03-08 17:50:59 +02:00
parent 69501df872
commit 404b1411af
-3
View File
@@ -8,6 +8,3 @@ all_tests:
- docker-compose exec -T web find . -path '*/migrations*' -delete
- docker-compose exec -T web find . -type f -name '*.pyc' -delete
when: on_success
only:
- develop
- master