mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-28 16:38:24 +00:00
Explicitly specify sudo in travis.yml
This commit is contained in:
parent
7d6380206f
commit
882415ea18
1 changed files with 1 additions and 0 deletions
|
|
@ -9,3 +9,4 @@ install:
|
|||
- "pip install -r requirements.txt"
|
||||
- "pip install Django==$DJANGO_VERSION"
|
||||
script: "python src/runtests.py"
|
||||
sudo: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue