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:
parent
b6470fcd54
commit
5fadd8c0a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user