commit 03bcfa025f0eb4a33e7735883411328b62d834ba Author: teor teor@torproject.org Date: Mon Apr 8 10:32:26 2019 +1000
Travis: Run unit-tests.sh before running the tor integration test
Closes 30063. --- .travis.yml | 1 + 1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml index 8a140dd..812ca82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -163,6 +163,7 @@ install: - tor --version
script: + - tests/unit-tests.sh - tools/test-network.sh --allow-failures 1
after_failure:
tor-commits@lists.torproject.org