Skip to content

Commit

Permalink
Merge pull request #339 from CTPUG/features/enable_checks_for_1.11
Browse files Browse the repository at this point in the history
We should probably actually care about failures against 1.11 pre-releases
  • Loading branch information
drnlm committed Jan 27, 2017
2 parents 18cc987 + 3ce959d commit a71b123
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 @@ -25,8 +25,6 @@ matrix:
env: DJANGO='https://github.com/django/django/archive/master.tar.gz' TESTDB=postgres

allow_failures:
- env: DJANGO='https://github.com/django/django/archive/stable/1.11.x.tar.gz' TESTDB=postgres
- env: DJANGO='https://github.com/django/django/archive/stable/1.11.x.tar.gz' TESTDB=sqlite
- env: DJANGO='https://github.com/django/django/archive/master.tar.gz' TESTDB=postgres
- env: DJANGO='https://github.com/django/django/archive/master.tar.gz' TESTDB=sqlite

Expand Down

0 comments on commit a71b123

Please sign in to comment.