1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-11-17 03:32:27 +01:00

Add matrix testing in travis

Signed-off-by: Antonio Ojea <aojea@midokura.com>
This commit is contained in:
Antonio Ojea 2017-02-16 12:06:00 +01:00
parent 03608115df
commit 529d9bb053

View File

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