Skip to content

Commit

Permalink
Add PHP configuration file for Travis-CI to break memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnert committed May 2, 2018
1 parent df7679f commit cce9774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ before_install:
- pecl install xdebug-2.5.5
- phpenv rehash
- wget https://scrutinizer-ci.com/ocular.phar
- wget https://getcomposer.org/composer.phar

script:
- php -d memory_limit=-1 composer update
- php -d memory_limit=-1 composer.phar update
- vendor/bin/robo build
- php ocular.phar code-coverage:upload --format=php-clover $TRAVIS_BUILD_DIR/target/reports/unit/clover.xml

Expand Down

0 comments on commit cce9774

Please sign in to comment.