mirror of
https://github.com/gitwatch/gitwatch
synced 2024-11-18 21:26:31 +00:00
9 lines
215 B
YAML
9 lines
215 B
YAML
|
language: bash
|
||
|
before_install:
|
||
|
- sudo add-apt-repository ppa:duggan/bats --yes
|
||
|
- sudo apt-get update -qq
|
||
|
- sudo apt-get install -qq bats
|
||
|
- sudo apt-get install inotify-tools
|
||
|
script:
|
||
|
- bats testscript.bats
|