Browse Source

switch phpunit to be run as global command on Travis

tags/2.0.4
Klimov Paul 10 years ago
parent
commit
c5911ee654
  1. 2
      .travis.yml

2
.travis.yml

@ -42,7 +42,7 @@ before_script:
script:
- vendor/bin/phpunit --verbose $PHPUNIT_FLAGS
- phpunit --verbose $PHPUNIT_FLAGS
after_script:
- |

Loading…
Cancel
Save