1
0
mirror of https://github.com/sstephenson/bats.git synced 2025-12-07 08:53:30 +01:00
This commit is contained in:
Antonio Ojea 2017-02-16 14:15:22 +00:00 committed by GitHub
commit 6d66bedfa1

View File

@ -1,5 +1,15 @@
language: c
matrix:
include:
- os: linux
dist: trusty
sudo: required
- os: linux
- os: osx
script: bin/bats --tap test
notifications:
email:
on_success: never