mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Added sudo: true to the travis file
Sudo isn't true for default for some people in travis.
This commit is contained in:
parent
4f7e5e5c97
commit
ccc0262c5e
|
@ -1,3 +1,4 @@
|
|||
sudo: true
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq build-essential gettext python-dev zlib1g-dev libpq-dev xvfb
|
||||
|
|
Loading…
Reference in New Issue
Block a user