Explicitly output version number in travis output bc I'm paranoid
This commit is contained in:
@@ -36,7 +36,9 @@ if [ "$TRAVIS" = "true" ]; then
|
|||||||
# delete files in vendor that are rather large
|
# delete files in vendor that are rather large
|
||||||
rm -rf vendor/willdurand/geocoder/tests
|
rm -rf vendor/willdurand/geocoder/tests
|
||||||
|
|
||||||
|
echo "Creating tar for version"
|
||||||
php artisan version:show --format compact --suppress-app-name > VERSION
|
php artisan version:show --format compact --suppress-app-name > VERSION
|
||||||
|
cat VERSION
|
||||||
|
|
||||||
echo "creating tarball"
|
echo "creating tarball"
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user