.travis.yml: Add reverse shell spawn for Travis too
This commit is contained in:
parent
11ae6f3873
commit
054643783c
|
@ -21,6 +21,7 @@ install:
|
|||
- .ci/${MODE}_install.py
|
||||
|
||||
script:
|
||||
- .ci/spawn_reverse_shell.py
|
||||
- .ci/${MODE}_tests.py
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue