mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 14:25:01 +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:
parent
d479b7dc6c
commit
8a65d99e08
@ -4,8 +4,5 @@ python:
|
|||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7-dev"
|
- "3.7-dev"
|
||||||
script: pip install -r requirements.txt
|
script: pip install -r requirements.txt
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
# vim: ts=2 sw=2 et
|
# vim: ts=2 sw=2 et
|
||||||
|
Loading…
Reference in New Issue
Block a user