1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-24 21:02:46 +02:00

.travis.yml: Only build master branch

This commit is contained in:
2018-10-14 19:00:31 +03:00
parent 9b2a6137b4
commit 41e3d66a0e

View File

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