Skip to content

Commit

Permalink
Update build script.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 28, 2015
1 parent 00cf2af commit 5055e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ php:

before_script:
- composer self-update
- composer require satooshi/php-coveralls:~0.6.1 --prefer-source --no-interaction --dev
- if [[ "$TRAVIS_PHP_VERSION" == *5.6* ]]; then travis_retry composer require "satooshi/php-coveralls:~0.6.1" "symfony/yaml=~2.0" --prefer-source --no-interaction --dev; else travis_retry composer install --prefer-source --no-interaction; fi

script: phpunit -c phpunit.xml --coverage-text

Expand Down

0 comments on commit 5055e64

Please sign in to comment.