Skip to content

Commit

Permalink
Dont install phpunit on travis, it's already there
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekman committed Oct 23, 2018
1 parent c27416f commit 320c868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-phpunit.sh
Expand Up @@ -5,7 +5,7 @@
# Composer dependency.
#

if [ $TRAVIS == true ]; then
if [ $TRAVIS ]; then
# No need to install PHPunit
phpunit --configuration phpunit.xml
else
Expand Down

0 comments on commit 320c868

Please sign in to comment.