mirror of https://github.com/MISP/misp-modules
Fix travis
parent
22eaba6ab6
commit
77bc05e0ec
|
@ -20,7 +20,12 @@ install:
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- misp-modules.py &
|
- misp-modules &
|
||||||
- sleep 15
|
- sleep 15
|
||||||
- python setup.py test
|
- python setup.py test
|
||||||
- pkill misp-modules.py
|
- pkill misp-modules
|
||||||
|
- pushd ..
|
||||||
|
- misp-modules -s &
|
||||||
|
- sleep 15
|
||||||
|
- popd
|
||||||
|
- pkill misp-modules
|
||||||
|
|
Loading…
Reference in New Issue