Fixed a missing sudo: true in .travis.yml

Fixes #3018
This commit is contained in:
Karl Hobley 2016-09-22 11:47:13 +01:00 committed by GitHub
parent ebe597610e
commit df664e0b4e

View file

@ -68,6 +68,7 @@ matrix:
python: 3.5
- env: TOXENV=py35-dj110-postgres-elasticsearch2 INSTALL_ELASTICSEARCH2=yes
python: 3.5
sudo: true
- env: TOXENV=py35-dj110head-postgres-noelasticsearch
python: 3.5
- env: TOXENV=py35-dj110head-postgres-elasticsearch2 INSTALL_ELASTICSEARCH2=yes