diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-06-18 13:51:45 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-06-18 13:51:45 +0200 |
commit | 59d063d07660d6e8d53ed8aa1eb8b0747ea6767c (patch) | |
tree | 1205faf2ff9cde7211f86449b0ba01628baca85c /.travis.yml | |
parent | 6194d9a501901f9fa7b20d2a4c34b31357a6441d (diff) |
Use runtime linking of QT libdbus, use custom/temp. SDK URL
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a6c51753b6..af9c476dc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ env: - CCACHE_TEMPDIR=/tmp/.ccache-temp - CCACHE_COMPRESS=1 - BASE_OUTDIR=$TRAVIS_BUILD_DIR/out - - SDK_URL=https://bitcoincore.org/depends-sources/sdks + - SDK_URL=https://bitcoin.jonasschnelli.ch/sdks - PYTHON_DEBUG=1 - WINEDEBUG=fixme-all matrix: |