[tor-commits] [chutney/master] Travis: Run unit-tests.sh before running the tor integration test

teor at torproject.org teor at torproject.org
Fri Apr 12 02:43:09 UTC 2019


commit 03bcfa025f0eb4a33e7735883411328b62d834ba
Author: teor <teor at 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:





More information about the tor-commits mailing list