mirror of
https://github.com/octoleo/hosts.git
synced 2024-11-21 20:35:10 +00:00
Add .travis.yml
This commit is contained in:
parent
5bb8add6de
commit
b8c4ec06b9
18
.travis.yml
Normal file
18
.travis.yml
Normal file
@ -0,0 +1,18 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user