mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +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
|
||||
script: bin/bats --tap test
|
||||
script: bash -c 'time bin/bats --tap test'
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
|
|
Loading…
Reference in New Issue
Block a user