commit 8851ec604b8a09e7282b9d4fb1dbbf2a4f5be1a3 Author: Isis Lovecruft isis@torproject.org Date: Sat Oct 26 10:51:32 2013 +0000
Update .travis.tml to use new command syntax. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml index e9e6f31..c94692a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ script: - cd run - gen_bridge_descriptors 2000 - ../scripts/make-ssl-cert - - ../scripts/executioner 60 bridgedb -c bridgedb.conf -# add this when #9199's (or some other trial-based) tests are merged: -# - bridgedb test -n 2000 -# - echo "Build successful." + - ../scripts/executioner 60 bridgedb -r . -c bridgedb.conf + # add this when #9199's (or some other trial-based) tests are merged: + #- bridgedb test -n 2000 + - echo "Build successful."