mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-20 05:23:28 -07:00
re-added sudo to travis.yml (I have no idea what I'm doing)
This commit is contained in:
parent
1dd8feeea0
commit
3d9e2ac453
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
sudo: false
|
sudo: required
|
||||||
before_install:
|
before_install:
|
||||||
- "apt-get update -qq"
|
- "sudo apt-get update -qq"
|
||||||
- "apt-get install libpcap0.8-dev libnetfilter-queue-dev"
|
- "sudo apt-get install libpcap0.8-dev libnetfilter-queue-dev"
|
||||||
|
|
||||||
install: "pip install -r requirements.txt"
|
install: "pip install -r requirements.txt"
|
||||||
script: tests/basic_tests.py
|
script: tests/basic_tests.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue