mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-02 07:31:39 +02:00
Problem: enabled sudo for travis build
After previous changes `sudo` is not required anymore. Solution: disable sudo.
This commit is contained in:
parent
0fd3e165f3
commit
4311d1d933
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user