1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 20:48:27 +02:00

.travis.yml: Enable macOS builds

Also sets the `language` to `bash`.
This commit is contained in:
Mike Bland 2017-09-30 11:25:30 -04:00
parent bbac787615
commit d310b25911
No known key found for this signature in database
GPG Key ID: 5121C73A6E07384B

View File

@ -1,5 +1,11 @@
language: c
script: bash -c 'time bin/bats --tap test'
language: bash
os:
- linux
- osx
script:
- bash -c 'time bin/bats --tap test'
notifications:
email:
on_success: never