mirror of
https://github.com/gitwatch/gitwatch
synced 2024-11-15 06:12:52 +00:00
20 lines
299 B
YAML
20 lines
299 B
YAML
language: bash
|
|
os:
|
|
- linux
|
|
- osx
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- sourceline: 'ppa:duggan/bats'
|
|
packages:
|
|
- bats
|
|
- inotify-tools
|
|
homebrew:
|
|
packages:
|
|
- fswatch
|
|
- coreutils # in order to get greadlink
|
|
- bats-core
|
|
update: true
|
|
script:
|
|
- bats tests
|