Skip to content

Commit

Permalink
Fix .phar deployment
Browse files Browse the repository at this point in the history
Fix upload location in .travis.yml.
  • Loading branch information
andreasschroth authored Oct 9, 2019
1 parent 3582ff6 commit 64768bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ deploy:
provider: releases
api_key:
secure: OER6C7dNaVOIhl2wEA2i2Qe4T6BcXuM/cP0vOoz4578X0LRipYudWMXnLXYmMmjzraMBJ2W3cQx830mQK0TBVU/m0hp5bpTcfGsOBX7+sLi6MY/ncDa4kXV2x8qZOmQLRtk3smAgMyh5hUp7qlmpDRJJ9F1xCYFNqpotK8N3Rfk=
file: build/paratest-${TRAVIS_TAG}.phar
file: bin/paratest.phar
skip_cleanup: true
on:
condition: $BUILD_PHAR == 'true'
Expand Down

0 comments on commit 64768bf

Please sign in to comment.