mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
6 lines
162 B
YAML
6 lines
162 B
YAML
language: python
|
|
python: 2.7
|
|
sudo: required
|
|
dist: trusty
|
|
install: (sudo apt-get update || true) && bin/manage-tools -s setup
|
|
script: bin/manage-tools -s test all
|