mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
disable verbosity for tests now that they work again
This commit is contained in:
parent
1fec4f0ae9
commit
791a506e82
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ env:
|
|||
- PATH=$TRAVIS_BUILD_DIR/bin:$PATH
|
||||
install: (sudo apt-get update || true) && bin/manage-tools -s setup
|
||||
script:
|
||||
- VIRTUALENVWRAPPER_SCRIPT=/usr/share/virtualenvwrapper/virtualenvwrapper.sh manage-tools -s -v test z3
|
||||
- VIRTUALENVWRAPPER_SCRIPT=/usr/share/virtualenvwrapper/virtualenvwrapper.sh manage-tools -s -v test qemu
|
||||
- VIRTUALENVWRAPPER_SCRIPT=/usr/share/virtualenvwrapper/virtualenvwrapper.sh manage-tools -s -v test qira
|
||||
- VIRTUALENVWRAPPER_SCRIPT=/usr/share/virtualenvwrapper/virtualenvwrapper.sh manage-tools -s -v test all
|
||||
- VIRTUALENVWRAPPER_SCRIPT=/usr/share/virtualenvwrapper/virtualenvwrapper.sh manage-tools -s test z3
|
||||
- VIRTUALENVWRAPPER_SCRIPT=/usr/share/virtualenvwrapper/virtualenvwrapper.sh manage-tools -s test qemu
|
||||
- VIRTUALENVWRAPPER_SCRIPT=/usr/share/virtualenvwrapper/virtualenvwrapper.sh manage-tools -s test qira
|
||||
- VIRTUALENVWRAPPER_SCRIPT=/usr/share/virtualenvwrapper/virtualenvwrapper.sh manage-tools -s test all
|
||||
|
|
Loading…
Reference in a new issue