Use local phpunit on Travis
This commit is contained in:
parent
9ffa90ad1a
commit
83544437b6
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ install:
|
||||||
- composer install
|
- composer install
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g npm@3
|
- npm install -g npm@3
|
||||||
|
script: vendor/bin/phpunit
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
|
Loading…
Reference in a new issue