Use local phpunit on Travis

This commit is contained in:
Pierre Rudloff 2017-01-30 17:19:18 +01:00
parent 9ffa90ad1a
commit 83544437b6
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ install:
- composer install
before_install:
- npm install -g npm@3
script: vendor/bin/phpunit
after_success:
- bash <(curl -s https://codecov.io/bash)
before_deploy: