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 880aa7b commit 12eb45b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ jobs:
- run: vendor/bin/sake dev/build

# run tests!
- run: phpdbg -qrr vendor/bin/phpunit -d memory_limit=512M --coverage-clover=coverage.xml -vvv vendor/silverstripers/markdown/tests
- run: vendor/bin/phpunit -d memory_limit=512M --coverage-clover=./coverage.xml -v vendor/silverstripers/markdown/tests
- run: pwd
- run: ls -al
- run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 12eb45b

Please sign in to comment.