Skip to content

Commit

Permalink
travis: no longer set Django 1.11 in allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed May 1, 2017
1 parent 1bbe987 commit 467d69d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ matrix:
env: DJANGO="django>=1.10.0,<1.11.0"
- python: '3.3'
env: DJANGO="django>=1.11.0,<1.12.0"
allow_failures:
- env: DJANGO="django>=1.11.0,<1.12.0"
before_install:
- pip install codecov
install:
Expand Down

0 comments on commit 467d69d

Please sign in to comment.