From d15e44d5b601ad422a2fa9787f18a56f81941feb Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Thu, 4 Jan 2018 14:02:25 -0600 Subject: [PATCH] Explicitly output version number in travis output bc I'm paranoid --- .travis/deploy_script.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis/deploy_script.sh b/.travis/deploy_script.sh index 12156cf7..a526ada0 100755 --- a/.travis/deploy_script.sh +++ b/.travis/deploy_script.sh @@ -36,7 +36,9 @@ if [ "$TRAVIS" = "true" ]; then # delete files in vendor that are rather large rm -rf vendor/willdurand/geocoder/tests + echo "Creating tar for version" php artisan version:show --format compact --suppress-app-name > VERSION + cat VERSION echo "creating tarball" cd /tmp