docker-duplicity-cron/.travis.yml

11 lines
240 B
YAML
Raw Normal View History

---
2017-11-15 21:58:13 +00:00
sudo: required
services: docker
script:
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
- make build-all
- make test-all
# test-s3-arm has issues, but the image works in the wild
- make test-s3-x86