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

9 lines
212 B
YAML

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