Unverified Commit dfb2c345 authored by Diederik van der Boor's avatar Diederik van der Boor
Browse files

Fix Travis allow_failures

parent bc8f7dd3
...@@ -11,7 +11,7 @@ env: ...@@ -11,7 +11,7 @@ env:
- DJANGO="https://github.com/django/django/archive/main.tar.gz" - DJANGO="https://github.com/django/django/archive/main.tar.gz"
matrix: matrix:
allow_failures: allow_failures:
- env: DJANGO='https://github.com/django/django/archive/main.tar.gz' - env: DJANGO="https://github.com/django/django/archive/main.tar.gz"
before_install: before_install:
- pip install codecov - pip install codecov
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment