mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-07 10:08:48 +00:00
7 lines
149 B
YAML
7 lines
149 B
YAML
|
language: python
|
||
|
python: 2.7
|
||
|
sudo: required
|
||
|
dist: trusty
|
||
|
install: sudo apt-get update && bin/manage-tools setup
|
||
|
script: bin/manage-tools -s test all
|