Skip to content

Commit

Permalink
Rewrite script
Browse files Browse the repository at this point in the history
  • Loading branch information
xunto committed Nov 19, 2016
1 parent 022b0d1 commit 94de295
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ before_script:
- composer install --prefer-source --no-interaction --dev

script:
- >
echo;
echo "Running unit tests";
mkdir -p build/logs;
if [[ $TRAVIS_PHP_VERSION == '5.6' ]]; then PHPUNIT_FLAGS="--coverage-clover build/logs/clover.xml"; else PHPUNIT_FLAGS=""; fi ;
php vendor/bin/phpunit --colors $PHPUNIT_FLAGS ;
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v

0 comments on commit 94de295

Please sign in to comment.