mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
do bats testing in travis
This commit is contained in:
parent
8709bae844
commit
2e604ac080
|
|
@ -9,6 +9,8 @@ addons:
|
|||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
before_install:
|
||||
- git clone --depth 1 https://github.com/sstephenson/bats.git
|
||||
install:
|
||||
- npm install
|
||||
script:
|
||||
|
|
@ -16,5 +18,4 @@ script:
|
|||
- npm run lint:readme
|
||||
- npm run lint:editorconfig
|
||||
- shellcheck git-open
|
||||
|
||||
|
||||
- ./bats/bin/bats test/*.bats
|
||||
|
|
|
|||
Loading…
Reference in a new issue