mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-03 07:52:33 +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:
|
# packages:
|
||||||
# - clang-5.0
|
# - clang-5.0
|
||||||
|
|
||||||
sudo: required
|
sudo: false
|
||||||
|
|
||||||
before_install:
|
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
|
# Build and check this project
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user