test: added bats dependencies files
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
7
stdlib/bats/tests/testfile/mods/bats-support/.travis.yml
Normal file
7
stdlib/bats/tests/testfile/mods/bats-support/.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
language: bash
|
||||
before_install:
|
||||
- ./script/install-bats.sh
|
||||
before_script:
|
||||
- export PATH="${HOME}/.local/bin:${PATH}"
|
||||
script:
|
||||
- bats test
|
Reference in New Issue
Block a user