aboutsummaryrefslogtreecommitdiff
path: root/src/univalue/.travis.yml
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-12-02 13:26:52 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-12-02 13:26:54 +0100
commit7c7a05d27477c21420a66b96085e417c85542e9f (patch)
tree9d642d27fbbd0918cd5199186e224191911cc63d /src/univalue/.travis.yml
parent0dd194c917db4dcc19731b6c1ae6fd1a1395c1f7 (diff)
parentfad4ea836dc7cd1bb13c7394a6fadff419e4b026 (diff)
downloadbitcoin-7c7a05d27477c21420a66b96085e417c85542e9f.tar.xz
Merge pull request #7147
9827091 Squashed 'src/univalue/' changes from 5839ac3..2740c4f (MarcoFalke)
Diffstat (limited to 'src/univalue/.travis.yml')
-rw-r--r--src/univalue/.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/univalue/.travis.yml b/src/univalue/.travis.yml
index af632c78d9..d318d9cc8f 100644
--- a/src/univalue/.travis.yml
+++ b/src/univalue/.travis.yml
@@ -36,7 +36,7 @@ script:
- ./configure --cache-file=config.cache $UNIVALUE_CONFIG_ALL $UNIVALUE_CONFIG || ( cat config.log && false)
- make -s $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL ; false )
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
- - if [ "$RUN_TESTS" = "true" ]; then make check; fi
+ - if [ "$RUN_TESTS" = "true" ]; then make $MAKEJOBS distcheck; fi
matrix:
fast_finish: true