docker-duplicity-cron/.travis.yml

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