Problem: enabled sudo for travis build

After previous changes `sudo` is not required anymore.
Solution: disable sudo.
This commit is contained in:
Pawel Kurdybacha 2018-05-13 16:08:36 +01:00
parent 0fd3e165f3
commit 4311d1d933

View File

@ -59,10 +59,10 @@ matrix:
# packages:
# - clang-5.0
sudo: required
sudo: false
before_install:
- pip install --user cpp-coveralls
- pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --user cpp-coveralls
# Build and check this project
script: