mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
how did this ever work without passing -s to setup?
This commit is contained in:
parent
fd250740df
commit
75fd88472d
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ language: python
|
|||
python: 2.7
|
||||
sudo: required
|
||||
dist: trusty
|
||||
install: sudo apt-get update && bin/manage-tools setup
|
||||
install: sudo apt-get update && bin/manage-tools -s setup
|
||||
script: bin/manage-tools -s test all
|
||||
|
|
Loading…
Reference in a new issue