2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-16 00:12:47 +00:00

use npm to download bats

This commit is contained in:
kevin zhuang 2020-05-13 15:36:45 +10:00
parent b6470fcd54
commit 5fadd8c0a4

View File

@ -1,10 +1,7 @@
language: bash
os: linux
service:
- docker
before_script: docker pull bats/bats:latest
before_script: npm install -g bats
script:
- ./shellcheck.sh
- export PATH="$PATH:${PWD}"
- dotbare finit -u https://github.com/kazhala/dotfiles.git
- docker run -it -v "${PWD}:/code" bats/bats:latest --tap ./tests
- bats tests