aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlangerhans <[email protected]>2018-10-10 19:47:34 +0200
committerRoss Nicoll <[email protected]>2019-03-25 05:36:12 +0000
commit0cc3a950cc8f969aa88a9ea16f61dce90ebc54c0 (patch)
treee305a10c98c6a13433d3d4ac48e2e6c3c14964ba
parentInstructions for building 1.14 on >= MacOSX 10.11 (diff)
downloaddiscoin-0cc3a950cc8f969aa88a9ea16f61dce90ebc54c0.tar.xz
discoin-0cc3a950cc8f969aa88a9ea16f61dce90ebc54c0.zip
Try to fix Travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 20ed8d2c5..a203dec31 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -65,7 +65,7 @@ script:
- mkdir build && cd build
- ../configure --cache-file=config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
- make distdir VERSION=$HOST
- - cd bitcoin-$HOST
+ - cd dogecoin-$HOST
- ./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
- make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false )
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib