Skip to content

Commit

Permalink
Changed PhpUnit to be called from vendor directory in Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
shudd3r committed Oct 31, 2019
1 parent 015cef2 commit ffcad2a
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 @@ -24,10 +24,10 @@ before_script:
composer style-check src $CHANGED_FILES;
composer style-check tests $CHANGED_FILES;
phpunit --no-coverage;
php vendor/bin/phpunit --no-coverage;
else
mkdir -p build/logs;
phpunit;
php vendor/bin/phpunit;
fi;
}
- composer update $STABILITY
Expand Down

0 comments on commit ffcad2a

Please sign in to comment.