Skip to content

Commit

Permalink
Merge pull request #692 from arachnys/fix-travis
Browse files Browse the repository at this point in the history
Fix travis tests and bump minor Django version
  • Loading branch information
dbuxton committed Jul 29, 2020
2 parents 1cf8cb7 + 428eb80 commit b18b1a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apk add --no-cache \
ca-certificates \
bash

RUN npm config set unsafe-perm true
RUN npm install -g \
--registry http://registry.npmjs.org/ \
coffee-script \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ celery==4.2.1
coreapi==2.3.0
coreschema==0.0.4
dj-database-url==0.4.2
Django==1.11.11
Django==1.11.29
django-appconf==1.0.2
django-auth-ldap==1.2.16
django-autocomplete-light==3.2.10
Expand Down

0 comments on commit b18b1a0

Please sign in to comment.