Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsekaean authored Jun 5, 2018
1 parent 5477d51 commit d683aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- run: composer create-project silverstripe/installer:4.x-dev ~/var/www -n
- run: composer require silverstripers/markdown:dev-master
- run: rm phpunit.xml.dist
- run: cp vendor/silverstripers/silverstripe-markdown/phpunit.xml.dist .
- run: cp vendor/silverstripers/markdown/phpunit.xml.dist .
- run: vendor/bin/sake dev/build

# run tests!
- run: vendor/bin/phpunit -d memory_limit=512M --coverage-clover=coverage.xml vendor/silverstripers/silverstripe-markdown/tests
- run: vendor/bin/phpunit -d memory_limit=512M --coverage-clover=coverage.xml vendor/silverstripers/markdown/tests
- run: bash <(curl -s https://codecov.io/bash) -f coverage.xml

0 comments on commit d683aeb

Please sign in to comment.