mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 06:15:02 +01:00
.travis.yml: Test on Python master
But allow failures!
This commit is contained in:
parent
fa9325e8a3
commit
48eef8c8e3
@ -4,6 +4,10 @@ python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- master
|
||||
jobs:
|
||||
allow_failures:
|
||||
- go: master
|
||||
addons:
|
||||
postgresql: "9.6"
|
||||
before_script:
|
||||
|
Loading…
Reference in New Issue
Block a user