mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-05-25 05:12:47 +02: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:
@ -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
|
||||
|
Reference in New Issue
Block a user