Skip to content

Commit

Permalink
Problem: enabled sudo for travis build
Browse files Browse the repository at this point in the history
After previous changes `sudo` is not required anymore.
Solution: disable sudo.
  • Loading branch information
kurdybacha committed May 13, 2018
1 parent 0fd3e16 commit 4311d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4311d1d

Please sign in to comment.