moved travis file out

github-actions
Dave Musicant / thinkpad 4 years ago
parent 59b9522098
commit 38fcc31254

@ -0,0 +1,19 @@
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
Loading…
Cancel
Save