2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-02 09:40:27 +00:00
This commit is contained in:
kevin zhuang 2020-05-13 15:13:04 +10:00
parent 1bde21be92
commit e270709583

View File

@ -1,11 +1,9 @@
language: bash
os:
- linux
- osx
os: linux
service:
- docker
before_script: docker pull bats/bats:latest
script:
- ./shellcheck.sh
- ./dotbare finit -u https://github.com/kazhala/dotfiles.git
- docker run -it -v "${PWD}:/code" bats/bats:latest tests/
- dotbare finit -u https://github.com/kazhala/dotfiles.git
- docker run -it -v "${PWD}:/code" bats/bats:latest tests