Skip to content

Commit 0f62764

Browse files
committed
Revert "PHAR compiling - do not overwrite phpstan file"
This reverts commit c5dc037.
1 parent 7e2dc69 commit 0f62764

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ jobs:
3131
GIT_LOG=$(git log ${TRAVIS_COMMIT_RANGE} --reverse --pretty='%H %s' | sed -e 's/^/https:\/\/github.com\/phpstan\/phpstan-src\/commit\//') && \
3232
git clone https://${GITHUB_TOKEN}@github.com/phpstan/phpstan.git phpstan-dist > /dev/null 2>&1 && \
3333
cp tmp/phpstan.phar phpstan-dist/phpstan.phar && \
34+
cp tmp/phpstan.phar phpstan-dist/phpstan && \
3435
cd phpstan-dist && \
3536
git config user.email "ondrej@mirtes.cz" && \
3637
git config user.name "Ondrej Mirtes" && \
3738
git config --global user.signingkey CF1A108D0E7AE720 && \
3839
rm phpstan.phar.asc && \
3940
gpg --batch -ab phpstan.phar && \
4041
gpg --verify phpstan.phar.asc && \
41-
git add phpstan.phar phpstan.phar.asc
42+
git add phpstan phpstan.phar phpstan.phar.asc
4243
4344
if [ "${TRAVIS_TAG}" != "" ]; then
4445
COMMIT_MSG="PHPStan ${TRAVIS_TAG}"

0 commit comments

Comments
 (0)