* Refactor all JS API calls #360 * Remove unused imports * Lint JS * Fix doubled api key * Formatting * Added extra logging to distance lookup * Remove the .editorconfig file in distrib * shell check fixes * Remove the .editorconfig file in distrib
This commit is contained in:
@@ -14,7 +14,7 @@ if [ "$TRAVIS" = "true" ]; then
|
||||
exit 0;
|
||||
fi;
|
||||
|
||||
BASE_VERSION=`php artisan phpvms:version --base-only`
|
||||
BASE_VERSION=$(php artisan phpvms:version --base-only)
|
||||
PKG_NAME=${BASE_VERSION}-${TRAVIS_BRANCH}
|
||||
fi
|
||||
|
||||
@@ -23,7 +23,7 @@ if [ "$TRAVIS" = "true" ]; then
|
||||
echo "Writing $TAR_NAME"
|
||||
|
||||
php artisan phpvms:version --write > VERSION
|
||||
VERSION=`cat VERSION`
|
||||
VERSION=$(cat VERSION)
|
||||
echo "Version: $VERSION"
|
||||
|
||||
echo "Cleaning files"
|
||||
@@ -59,6 +59,7 @@ if [ "$TRAVIS" = "true" ]; then
|
||||
tests
|
||||
_ide_helper.php
|
||||
.dpl
|
||||
.editorconfig
|
||||
.eslintignore
|
||||
.eslintrc
|
||||
.php_cs
|
||||
|
||||
Reference in New Issue
Block a user