1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-22 06:15:02 +01:00

.travis.yml: Don't limit builds to master

This is good in theory but it means we can't trigger builds for other
branches on the fly from the Travis web interface.
This commit is contained in:
Alan Orth 2018-11-11 16:21:48 +02:00
parent d479b7dc6c
commit 8a65d99e08
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -4,8 +4,5 @@ python:
- "3.6"
- "3.7-dev"
script: pip install -r requirements.txt
branches:
only:
- master
# vim: ts=2 sw=2 et