Skip to content

Commit 5b5d58e

Browse files
committed
Fix the build, missing quote made $PACKAGES=''
1 parent 6d0c92f commit 5b5d58e

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
@@ -7,7 +7,7 @@ python:
77
env:
88
- PACKAGES="django>=1.5.0,<1.6.0 django-mptt<0.7.0"
99
- PACKAGES="django>=1.6.0,<1.7.0 django-mptt<0.8.0"
10-
- PACKAGES="django>=1.7.0,<1.8.0 django-mptt<0.8.0
10+
- PACKAGES="django>=1.7.0,<1.8.0 django-mptt<0.8.0"
1111
- PACKAGES="django>=1.8.0,<1.9.0"
1212
- PACKAGES="django>=1.9.0,<1.10.0"
1313
matrix:

0 commit comments

Comments
 (0)