Skip to content

Commit 44ef068

Browse files
committed
Fixes release steps
1 parent 77128c9 commit 44ef068

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252
script:
5353
- echo "${VERSION}" > VERSION
5454
- php ./bin/console --env=prod cache:warm
55-
- php -d phar.readonly=false tools/box.phar build
56-
- openssl sha1 phpDocumentor.phar
55+
- php -d phar.readonly=false tools/box.phar compile
56+
- openssl sha1 build/phpDocumentor.phar
5757
- echo "Update https://github.com/josegonzalez/homebrew-php/blob/master/Formula/phpdocumentor.rb with the latest version number and the SHA1 that is shown above with the path /get/phpDocumentor-${VERSION}.phar"
5858
deploy:
5959
provider: releases
6060
api_key:
6161
secure: WUchZXQQdIDtVQTYZsQ++2R1y6I+EzBrAACRuc33wAVd0mlqNmu3nb/c1Ou4pTk5JxjyGqm9Siyp9vobhBtzBh/hdXAnbZDWNx2l6R1M9S4R/Z/VbcQ+uIJ/VOoh2KvIOCcyVuFVmsemlVQCuatCRKswKmK/OuyQXy6ppyZMilA=
62-
file: "phpDocumentor.phar"
62+
file: "build/phpDocumentor.phar"
6363
skip_cleanup: true
6464
on:
6565
repo: phpDocumentor/phpDocumentor2

0 commit comments

Comments
 (0)