Skip to content

Commit

Permalink
Update travis to use local phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Sep 13, 2017
1 parent bcc2e7c commit b1268f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -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

0 comments on commit b1268f2

Please sign in to comment.