1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-12-26 14:39:46 +01:00

Display bash version

This commit is contained in:
aallrd 2017-09-19 12:41:33 +02:00
parent 69cdc7f5e1
commit 1d94b37dce

View File

@ -1,5 +1,5 @@
language: c
script: bin/bats --tap test
script: bash --version && bin/bats --tap test
notifications:
email:
on_success: never