Skip to content

Commit 246c543

Browse files
committed
Update travis config to allow failures on django 1.4 bt not 1.6
1 parent 412c1bb commit 246c543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818

1919
matrix:
2020
allow_failures:
21-
- env: DJANGO_VERSION=1.6-beta
21+
- env: DJANGO_VERSION=1.4
2222

2323
install:
2424
- pip install git+http://github.com/django-nonrel/django@nonrel-$DJANGO_VERSION

0 commit comments

Comments
 (0)