1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 20:48:27 +02: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:
Mike Bland 2017-09-30 11:14:48 -04:00
parent 5e752ee914
commit bbac787615
No known key found for this signature in database
GPG Key ID: 5121C73A6E07384B

View File

@ -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