mirror of
https://github.com/sstephenson/bats.git
synced 2025-12-08 01:13:31 +01:00
Merge 529d9bb053 into 03608115df
This commit is contained in:
commit
6d66bedfa1
10
.travis.yml
10
.travis.yml
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user