diff options
| author | Patrick Lodder <[email protected]> | 2020-07-20 15:36:19 +0200 |
|---|---|---|
| committer | Patrick Lodder <[email protected]> | 2020-07-22 13:43:50 +0200 |
| commit | 971f6967338ef8e32c54097350e74b436f6498c3 (patch) | |
| tree | 708af654ddd9d96ee58dcadc84c8461ef13cb212 | |
| parent | Set next release version to 1.14.2 (diff) | |
| download | discoin-971f6967338ef8e32c54097350e74b436f6498c3.tar.xz discoin-971f6967338ef8e32c54097350e74b436f6498c3.zip | |
travis: fix warnings about sudo and env/matrix
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index a203dec31..34e745335 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |