Test success branch name
This commit is contained in:
@@ -19,3 +19,12 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- php artisan database:create --reset
|
- php artisan database:create --reset
|
||||||
- vendor/bin/phpunit --debug --verbose
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user