Skip to content

Commit

Permalink
Updated .travis to create smaller and faster phar - removed stupid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
frickelbruder committed Sep 16, 2016
1 parent 1a6b645 commit d69b81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ install:
- travis_retry composer install --no-interaction
script: phpunit
before_deploy:
- composer.phar update --no-dev
- composer.phar dump-autoload -a
- composer update --no-dev
- composer 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 d69b81c

Please sign in to comment.