2
0
mirror of https://github.com/gitwatch/gitwatch synced 2024-11-15 06:12:52 +00:00
gitwatch/.travis.yml
Dave Musicant at home 0538c5a9e3 added homebrew update
2019-12-10 10:08:59 -06:00

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