travis: fix warnings about sudo and env/matrix

This commit is contained in:
Patrick Lodder 2020-07-20 15:36:19 +02:00
parent 0b46a40ed1
commit 971f696733
No known key found for this signature in database
GPG key ID: 2D3A345B98D0DC1F

View file

@ -1,4 +1,3 @@
sudo: required
dist: trusty
os: linux
language: generic
@ -20,7 +19,7 @@ env:
- SDK_URL=https://bitcoincore.org/depends-sources/sdks
- PYTHON_DEBUG=1
- WINEDEBUG=fixme-all
matrix:
jobs:
# ARM
- HOST=arm-linux-gnueabihf PACKAGES="g++-arm-linux-gnueabihf" DEP_OPTS="NO_QT=1" CHECK_DOC=1 GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports"
# Win32