mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
8 lines
99 B
YAML
8 lines
99 B
YAML
sudo: required
|
|
language: python
|
|
services:
|
|
- docker
|
|
script:
|
|
- ./tests/run-tests.sh
|
|
|