Test success branch name

This commit is contained in:
Nabeel Shahzad
2017-07-25 10:55:17 -05:00
committed by GitHub
parent d8c4dd21da
commit 92defdd3b0

View File

@@ -19,3 +19,12 @@ before_script:
script:
- php artisan database:create --reset
- vendor/bin/phpunit --debug --verbose
after_success:
- | # Add binary to GitHub release.
if test "$TRAVIS_TAG"
then
echo "Branch name is $TRAVIS_TAG"
else
echo "no branch name"
fi