docker-duplicity-cron/.travis.yml
2020-02-11 13:39:41 -08:00

11 lines
196 B
YAML

---
sudo: required
services: docker
script:
- docker run --rm --privileged multiarch/qemu-user-static:register
- make test-amd64
- make test-s3-amd64
- make test-arm
- make test-s3-arm