Skip to content

Commit 4311d1d

Browse files
committed
Problem: enabled sudo for travis build
After previous changes `sudo` is not required anymore. Solution: disable sudo.
1 parent 0fd3e16 commit 4311d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ matrix:
5959
# packages:
6060
# - clang-5.0
6161

62-
sudo: required
62+
sudo: false
6363

6464
before_install:
65-
- pip install --user cpp-coveralls
65+
- pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --user cpp-coveralls
6666

6767
# Build and check this project
6868
script:

0 commit comments

Comments
 (0)