travis: Add test header

* Print a brief header to describe the test about to be run
This commit is contained in:
Kyle Manna 2016-06-01 12:14:18 -07:00
parent caffc0b715
commit 61bb4a933c

View File

@ -18,4 +18,4 @@ before_install:
- docker run kylemanna/openvpn openssl version
script:
- pushd tests && for i in *.sh; do "./$i"; done && popd
- pushd tests && for i in *.sh; do echo -e "\n\n>> Running test $i\n\n"; "./$i"; done && popd