mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Bugfix: Add missing equals-sign to Travis config
This commit is contained in:
parent
e5fc6631b9
commit
21b7addc9b
@ -25,7 +25,7 @@ matrix:
|
|||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- compiler: "true 1"
|
- compiler: "true 1"
|
||||||
env: HOST=arm-linux-gnueabihf PACKAGES="g++-arm-linux-gnueabihf" DEP_OPTS="NO_QT=1" GOAL="install" BITCOIN_CONFIG"--enable-glibc-back-compat"
|
env: HOST=arm-linux-gnueabihf PACKAGES="g++-arm-linux-gnueabihf" DEP_OPTS="NO_QT=1" GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat"
|
||||||
- compiler: "true 2"
|
- compiler: "true 2"
|
||||||
env: HOST=x86_64-unknown-linux-gnu DEP_OPTS="NO_QT=1 NO_WALLET=1 NO_UPNP=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat"
|
env: HOST=x86_64-unknown-linux-gnu DEP_OPTS="NO_QT=1 NO_WALLET=1 NO_UPNP=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat"
|
||||||
- compiler: "true 3"
|
- compiler: "true 3"
|
||||||
|
Loading…
Reference in New Issue
Block a user