Explicitly output version number in travis output bc I'm paranoid
This commit is contained in:
parent
29fc8c6046
commit
d15e44d5b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user