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

9 lines
212 B
YAML

language: bash
os: linux
service:
- docker
script:
- ./shellcheck.sh
- docker image build -t kazhala/dotbare:test -f tests/Dockerfile .
- docker container run -it --rm --name dotbare kazhala/dotbare:test