Browse Source

Update travis script for phpunit

tags/1.3.2
Nafies Luthfi 6 years ago
parent
commit
9821932074
  1. 2
      .travis.yml

2
.travis.yml

@ -7,4 +7,4 @@ before_script:
- travis_retry composer install --prefer-source --no-interaction
script:
- phpunit --bootstrap=vendor/autoload.php tests
- vendor/bin/phpunit --bootstrap=vendor/autoload.php tests
Loading…
Cancel
Save