Skip to content

Commit 657f1ea

Browse files
committed
Rename PHAR file in phpstan/phpstan because it no longer has shebang #! line
1 parent 85a3238 commit 657f1ea

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
php compiler/bin/compile && \
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 && \
33-
cp tmp/phpstan.phar phpstan-dist/phpstan.phar && \
33+
cp tmp/phpstan.phar phpstan-dist/phpstan-phar.phar && \
3434
cd phpstan-dist && \
3535
git config user.email "ondrej@mirtes.cz" && \
3636
git config user.name "Ondrej Mirtes" && \
3737
git config --global user.signingkey CF1A108D0E7AE720 && \
3838
rm phpstan.phar.asc && \
39-
gpg --batch -ab phpstan.phar && \
40-
gpg --verify phpstan.phar.asc && \
41-
git add phpstan.phar phpstan.phar.asc
39+
gpg --batch -ab phpstan-phar.phar && \
40+
gpg --verify phpstan-phar.phar.asc && \
41+
git add phpstan-phar.phar phpstan-phar.phar.asc
4242
4343
if [ "${TRAVIS_TAG}" != "" ]; then
4444
COMMIT_MSG="PHPStan ${TRAVIS_TAG}"

0 commit comments

Comments
 (0)