diff --git a/.travis.yml b/.travis.yml index 07b704c5..3bb7b788 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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