From 83544437b611516ece603fda2be85d89fe110651 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 30 Jan 2017 17:19:18 +0100 Subject: [PATCH] Use local phpunit on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dfeb0ad..2281c97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: