Use local phpunit on Travis

This commit is contained in:
Pierre Rudloff 2017-01-30 17:19:18 +01:00
parent 9ffa90ad1a
commit 83544437b6

View file

@ -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: