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:
parent
03608115df
commit
529d9bb053
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user