2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-17 21:25:32 +00:00
dotbare/.travis.yml
2020-05-13 21:32:25 +10:00

11 lines
414 B
YAML

language: bash
os: linux
service:
- docker
script:
- ./shellcheck.sh
- docker image build --build-arg MIGRATE=url -t kazhala/dotbare:testurl -f tests/Dockerfile .
- docker container run -it --rm --name dotbare kazhala/dotbare:testurl
- docker image build --build-arg MIGRATE=bare -t kazhala/dotbare:testbare -f tests/Dockerfile .
- docker container run -it --rm --name dotbare kazhala/dotbare:testbare