hosts/.travis.yml

19 lines
321 B
YAML
Raw Normal View History

2020-04-12 22:34:56 +00:00
jobs:
include:
- os: linux
addons:
apt:
sources:
- sourceline: 'ppa:duggan/bats'
packages:
- bats
dist: bionic
language: minimal
- os: osx
before_install:
- brew install bats-core
osx_image: xcode11.3
script: bats test