mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Update .travis.yml
This commit is contained in:
parent
bbd87c02f8
commit
f4b6f932c5
|
@ -9,7 +9,7 @@ python:
|
|||
- "nightly" # nightly build
|
||||
before_install:
|
||||
# command to install dependencies
|
||||
- export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
|
||||
- sudo env "PATH=$PATH"
|
||||
- chmod a+x HiddenEye.py
|
||||
install:
|
||||
- pip3 install -r requirements.txt
|
||||
|
|
Loading…
Reference in New Issue
Block a user