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