diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2014-01-28 15:02:34 +1300 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2014-01-28 15:02:34 +1300 |
| commit | 7815b3fb41c8e81babb0f2200381def4ebda3844 (patch) | |
| tree | 9bb85b85047c26b32e24b70e8ab6f41bad2e874e | |
| parent | 26d6b189fc0a58375d46898ad57abadba44bb4d0 (diff) | |
| download | mitmproxy-7815b3fb41c8e81babb0f2200381def4ebda3844.tar.gz mitmproxy-7815b3fb41c8e81babb0f2200381def4ebda3844.tar.bz2 mitmproxy-7815b3fb41c8e81babb0f2200381def4ebda3844.zip | |
travis: unbreak, and add irc notifications
| -rw-r--r-- | .travis.yml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 920563f5..f13d5cff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,17 @@ python: install: - "pip install coveralls --use-mirrors" - "pip install nose-cov --use-mirrors" - - "pip install -r requirements.txt --use-mirrors" - "pip install --upgrade git+https://github.com/mitmproxy/netlib.git" + - "pip install -r requirements.txt --use-mirrors" # command to run tests, e.g. python setup.py test script: - "nosetests --with-cov --cov-report term-missing" after_success: - - coveralls
\ No newline at end of file + - coveralls +notifications: + irc: + channels: + - "irc.oftc.net#mitmproxy" + on_success: change + on_failure: always + |
