mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-10 23:33:39 -07:00
travis is picky
This commit is contained in:
parent
766e5b7a44
commit
c0934e1179
1 changed files with 5 additions and 3 deletions
|
@ -10,9 +10,11 @@ addons:
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "irc.freenode.org#MITMf"
|
irc:
|
||||||
template:
|
channels:
|
||||||
- "%{repository}#%{build_number} (%{branch} - %{commit} - %{commit_subject} : %{author}): %{message}"
|
- "irc.freenode.org#MITMf"
|
||||||
|
template:
|
||||||
|
- "%{repository}#%{build_number} (%{branch} - %{commit} - %{commit_subject} : %{author}): %{message}"
|
||||||
|
|
||||||
install: "pip install -r requirements.txt"
|
install: "pip install -r requirements.txt"
|
||||||
script: nosetests
|
script: nosetests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue