diff --git a/.travis.yml b/.travis.yml index db06d9d..76848d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: c -script: bin/bats --tap test +script: bash -c 'time bin/bats --tap test' notifications: email: on_success: never