Explicitly output version number in travis output bc I'm paranoid

This commit is contained in:
Nabeel Shahzad 2018-01-04 14:02:25 -06:00
parent 29fc8c6046
commit d15e44d5b6

View File

@ -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