Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom authored and glye committed Apr 7, 2016
1 parent 476cbb3 commit c131db8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ branches:
- master

before_script:
- composer selfupdate
- composer install --prefer-dist
# re-enable when / if coverage is disabled for faster test runs
#- phpenv config-rm xdebug.ini
- travis_retry composer selfupdate
# Avoid memory issues on composer install
- echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- travis_retry composer install --prefer-dist --no-interaction

script: phpunit --coverage-text
script: php bin/phpunit --coverage-text

notifications:
email: false

0 comments on commit c131db8

Please sign in to comment.