From b1268f255172360e2da431d2817936048c3b09d7 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 13 Sep 2017 11:19:35 +0200 Subject: [PATCH] Update travis to use local phpunit --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f13cdb300..3875512fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,13 +23,12 @@ before_script: - cp app/config/parameters.yml.dist app/config/parameters.yml - 'echo " github.client_id: $GH_CLIENT_ID" >> app/config/parameters.yml' - 'echo " github.client_secret: $GH_CLIENT_SECRET" >> app/config/parameters.yml' - - 'curl -sSL https://raw.githubusercontent.com/moliware/travis-solr/master/travis-solr.sh | SOLR_VERSION=3.6.0 SOLR_CONFS="doc" SOLR_CORE="collection1" bash' - composer install - app/console doctrine:database:create --env=test -n - app/console doctrine:schema:create --env=test -n script: - - phpunit + - vendor/bin/phpunit git: depth: 5