mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +01:00
.travis.yml: Enable macOS builds
Also sets the `language` to `bash`.
This commit is contained in:
parent
bbac787615
commit
d310b25911
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user