You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dotbare/.travis.yml

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