Fix path
This commit is contained in:
parent
ab52516113
commit
982e0940f1
@ -89,7 +89,7 @@ cd ..
|
|||||||
find phar5 -type f -exec sed 's/\w* \.\.\./.../' -i {} +
|
find phar5 -type f -exec sed 's/\w* \.\.\./.../' -i {} +
|
||||||
|
|
||||||
# Make sure conversion worked
|
# Make sure conversion worked
|
||||||
for f in $(find . -type f -name '*.php'); do php -l $f;done
|
for f in $(find phar5 -type f -name '*.php'); do php -l $f;done
|
||||||
|
|
||||||
#[ "$TRAVIS_BRANCH" != "master" ] && branch="-$TRAVIS_BRANCH" || branch=""
|
#[ "$TRAVIS_BRANCH" != "master" ] && branch="-$TRAVIS_BRANCH" || branch=""
|
||||||
branch="-$TRAVIS_BRANCH"
|
branch="-$TRAVIS_BRANCH"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user