Skip to content

Commit

Permalink
Updated .travis to create smaller and faster phar
Browse files Browse the repository at this point in the history
  • Loading branch information
frickelbruder committed Sep 16, 2016
1 parent 95fd6ce commit 1a6b645
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ install:
- travis_retry composer install --no-interaction
script: phpunit
before_deploy:
- composer.phar update --no-dev
- composer.phar dump-autoload -a
- echo "phar.readonly = Off" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- curl -LSs https://box-project.github.io/box2/installer.php | php
- php box.phar build
Expand Down

0 comments on commit 1a6b645

Please sign in to comment.