[tor-commits] [bridgedb/develop] Also copy gnupghome/ to run/ in .travis.yml 'before_script'.
isis at torproject.org
isis at torproject.org
Wed Aug 13 00:41:26 UTC 2014
commit 8d47543523f9120f8ea0fd93612782f50fcbe941
Author: Isis Lovecruft <isis at torproject.org>
Date: Thu Aug 7 07:52:08 2014 +0000
Also copy gnupghome/ to run/ in .travis.yml 'before_script'.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index d8edafb..a3771b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,7 +49,7 @@ install:
# Start a BridgeDB instance before running the tests:
before_script:
- mkdir run
- - cp -R -t run bridgedb.conf captchas
+ - cp -R -t run bridgedb.conf captchas gnupghome
- leekspin -n 100
- cp -t run networkstatus-bridges cached-extrainfo* bridge-descriptors
- ./scripts/make-ssl-cert
More information about the tor-commits
mailing list