Skip to content

Commit

Permalink
Fix automatic package upload with travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
seblucas committed Apr 2, 2017
1 parent 3e323fe commit 304c579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -37,7 +37,8 @@ sudo: false

before_deploy:
- composer install --no-dev --optimize-autoloader
- phing
- wget http://www.phing.info/get/phing-latest.phar
- php phing-latest.phar
- export RELEASE_FILE=$(ls ./cops-*.zip)

deploy:
Expand Down

0 comments on commit 304c579

Please sign in to comment.