diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-03-09 10:05:39 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-03-09 10:06:27 +0100 |
| commit | d7989c04f654a73fee147369510eaef4cc1a4550 (patch) | |
| tree | 35ef0cfded68e4e9d4172143b80621e2138fa8c5 | |
| parent | Merge pull request #5793 (diff) | |
| parent | Run unit tests in different orders (diff) | |
| download | discoin-d7989c04f654a73fee147369510eaef4cc1a4550.tar.xz discoin-d7989c04f654a73fee147369510eaef4cc1a4550.zip | |
Merge pull request #5855
6986643 Run unit tests in different orders (Gavin Andresen)
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e08e78dab..9c18729b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ env: global: - MAKEJOBS=-j3 - RUN_TESTS=false + - BOOST_TEST_RANDOM=1$TRAVIS_BUILD_ID - CCACHE_SIZE=100M - CCACHE_TEMPDIR=/tmp/.ccache-temp - CCACHE_COMPRESS=1 |