From 4311d1d9330183d3ee3510ce97cc222dc32a7b2a Mon Sep 17 00:00:00 2001 From: Pawel Kurdybacha Date: Sun, 13 May 2018 16:08:36 +0100 Subject: [PATCH] Problem: enabled sudo for travis build After previous changes `sudo` is not required anymore. Solution: disable sudo. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0029916..188c6c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: