mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-13 01:17:05 +00:00
use per-tool dockers for testing with travis
This commit is contained in:
parent
94eddc4192
commit
06727b8163
1 changed files with 3 additions and 2 deletions
|
@ -2,5 +2,6 @@ language: python
|
|||
python: 2.7
|
||||
sudo: required
|
||||
dist: trusty
|
||||
install: sudo apt-get update && bin/manage-tools -s setup
|
||||
script: bin/manage-tools -s test all
|
||||
services: docker
|
||||
install: docker build -t ctf-tools .
|
||||
script: bin/manage-tools dockertest all
|
||||
|
|
Loading…
Reference in a new issue