.travis.yml: Add reverse shell spawn for Travis too

This commit is contained in:
David Wilson 2019-07-25 11:50:55 +01:00
parent 11ae6f3873
commit 054643783c
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ install:
- .ci/${MODE}_install.py
script:
- .ci/spawn_reverse_shell.py
- .ci/${MODE}_tests.py