aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-05-14 20:16:35 -0400
committerNick Mathewson <nickm@torproject.org>2019-05-15 07:50:56 -0400
commit669f6e34eaae0d6937825bdb345f37912123ddd6 (patch)
treea1fa06b4606e0f8212179d27dfa568b323a821bb /.travis.yml
parent536ba09ad1903f36fbb4a5a9e3a205f8142d8d1f (diff)
downloadtor-669f6e34eaae0d6937825bdb345f37912123ddd6.tar.gz
tor-669f6e34eaae0d6937825bdb345f37912123ddd6.zip
Travis: fix an rng seed for coverage builds.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f78333611f..330388aa47 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,7 @@ matrix:
## include creates builds with gcc, linux
include:
## We include a single coverage build with the best options for coverage
- - env: COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS=""
+ - env: COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS="" TOR_TEST_RNG_SEED="636f766572616765"
## We only want to check these build option combinations once
## (they shouldn't vary by compiler or OS)
## We run rust and coverage with hardening off, which seems like enough