[tor-commits] [bridgedb/develop] Copy captchas/ into run/ during 'before_script' .travis.yml section.

isis at torproject.org isis at torproject.org
Wed Aug 13 00:41:26 UTC 2014


commit c6ec7e51792029a28f1c31809e35a1c6f7e47bde
Author: Isis Lovecruft <isis at torproject.org>
Date:   Thu Aug 7 06:27:56 2014 +0000

    Copy captchas/ into run/ during 'before_script' .travis.yml section.
---
 .travis.yml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e664a26..d8edafb 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 -t run bridgedb.conf
+  - cp -R -t run bridgedb.conf captchas
   - leekspin -n 100
   - cp -t run networkstatus-bridges cached-extrainfo* bridge-descriptors
   - ./scripts/make-ssl-cert





More information about the tor-commits mailing list