Travis-ci: Remove sudo:false
It is deprecated and hence not required anymore.
This commit is contained in:
parent
b61b646236
commit
da1b72b946
|
@ -68,7 +68,5 @@ before_install:
|
|||
|
||||
script: ./travis-ci.sh
|
||||
|
||||
sudo: false
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Reference in a new issue