mirror of
https://github.com/sstephenson/bats.git
synced 2025-03-03 23:39:48 +01:00
.travis.yml: Prefix test command with time
As with the update to .appveyor.yml in the previous commit, this enables us to get an idea of the performance impact of a change.
This commit is contained in:
parent
5e752ee914
commit
bbac787615
|
@ -1,5 +1,5 @@
|
||||||
language: c
|
language: c
|
||||||
script: bin/bats --tap test
|
script: bash -c 'time bin/bats --tap test'
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
|
|
Loading…
Reference in New Issue
Block a user