mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-10 15:23:41 -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
|
||||
|
||||
notifications:
|
||||
irc: "irc.freenode.org#MITMf"
|
||||
template:
|
||||
- "%{repository}#%{build_number} (%{branch} - %{commit} - %{commit_subject} : %{author}): %{message}"
|
||||
irc:
|
||||
channels:
|
||||
- "irc.freenode.org#MITMf"
|
||||
template:
|
||||
- "%{repository}#%{build_number} (%{branch} - %{commit} - %{commit_subject} : %{author}): %{message}"
|
||||
|
||||
install: "pip install -r requirements.txt"
|
||||
script: nosetests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue