travis: Remove deprecated sudo
This commit is contained in:
parent
ec71f06a8d
commit
542651cfb4
1 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
sudo: required
|
|
||||||
dist: trusty
|
dist: trusty
|
||||||
os: linux
|
os: linux
|
||||||
language: minimal
|
language: minimal
|
||||||
|
@ -143,7 +142,6 @@ jobs:
|
||||||
BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror"
|
BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror"
|
||||||
- stage: lint
|
- stage: lint
|
||||||
env:
|
env:
|
||||||
sudo: false
|
|
||||||
cache: false
|
cache: false
|
||||||
language: python
|
language: python
|
||||||
python: '3.6'
|
python: '3.6'
|
||||||
|
|
Loading…
Reference in a new issue