Repository: libcloud Updated Branches: refs/heads/trunk b86fa9a0c -> 95338d89a
Disable email notifications - they won't work until ASF moves to the new mailing list software. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3a1adc45 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3a1adc45 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3a1adc45 Branch: refs/heads/trunk Commit: 3a1adc4502bddd33146ce392ba8d2c09cf9c8b28 Parents: b86fa9a Author: Tomaz Muraus <[email protected]> Authored: Sat Jan 16 21:12:45 2016 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sat Jan 16 21:14:36 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/3a1adc45/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c8343e7..e282202 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,15 +30,17 @@ install: - TOX_ENV=py$TRAVIS_PYTHON_VERSION - pip install tox +script: + - tox -e $TOX_ENV + after_success: # Trigger ReadTheDocs build - ./contrib/trigger_rtd_build.py 8284 -script: - - tox -e $TOX_ENV - notifications: - email: - - [email protected] + # Disabled until ASF switches to new mailing list software + # when we can whitelist addresses + #email: + # - "[email protected]" irc: - "chat.freenode.net#libcloud"
