Skip to content

Commit

Permalink
Fix Travis allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed May 17, 2021
1 parent bc8f7dd commit dfb2c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
- DJANGO="https://github.com/django/django/archive/main.tar.gz"
matrix:
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:
- pip install codecov
Expand Down

0 comments on commit dfb2c34

Please sign in to comment.