mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 05:54:41 +01:00
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 {} +
|
||||
|
||||
# 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=""
|
||||
branch="-$TRAVIS_BRANCH"
|
||||
|
Loading…
Reference in New Issue
Block a user