diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-09-15 10:34:43 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-09-15 10:35:41 +0200 |
| commit | f3d4f1e5a18431b5cd054698deacd9d7009b0eae (patch) | |
| tree | afd88c26b816f02e68750472e472fc44603035df | |
| parent | Merge pull request #4798 (diff) | |
| parent | Bugfix: Add missing equals-sign to Travis config (diff) | |
| download | discoin-f3d4f1e5a18431b5cd054698deacd9d7009b0eae.tar.xz discoin-f3d4f1e5a18431b5cd054698deacd9d7009b0eae.zip | |
Merge pull request #4919
21b7add Bugfix: Add missing equals-sign to Travis config (Luke Dashjr)
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 379a0e1df..7580adf5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ matrix: fast_finish: true include: - 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" 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" |