commit 4b2c7d3ec6039c9f089108d8712d5e8ef192c9b0 Author: Isis Lovecruft isis@torproject.org Date: Fri Dec 20 07:40:56 2013 +0000
Small .travis.yml changes to reports, coverage runs, and geoip deps. --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml index fca67cf..c9eabc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,18 +9,17 @@ notifications: #use_notice: true template: - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}" - #- "Change view : %{compare_url}" - "Build details : %{build_url}" email: recipients: - isis@torproject.org - on_success: change + on_success: never on_failure: change
before_install: - sudo apt-get update # Distro development header/library/resource/buildtime dependencies - - sudo apt-get install --no-install-suggests --no-install-recommends tor-geoipdb build-essential openssl sqlite3 libgpgme11 libgpgme11-dev + - sudo apt-get install --no-install-suggests --no-install-recommends build-essential openssl sqlite3 libgpgme11 libgpgme11-dev libgeoip-dev geoip-database # Distro python dependencies - sudo apt-get install --no-install-suggests --no-install-recommends python-dev python-setuptools
@@ -44,9 +43,8 @@ script: - bridgedb mock -n 250 # Normally, we would do 'bridgedb test' here, but to run with coverage we # have to do this instead: - - coverage run $(which trial) ./lib/bridgedb/test/test_* + - coverage run $(which trial) ./lib/bridgedb/test/test_*.py - coverage report - - echo "Build successful."
after_success: - coveralls
tor-commits@lists.torproject.org