Skip to content

Commit

Permalink
Travis does not play with reporting test-coverage. Use local reporter…
Browse files Browse the repository at this point in the history
… for now.
  • Loading branch information
dannyvankooten committed Mar 24, 2015
1 parent 13c7685 commit 6736a6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ install:
- composer install --dev
script:
- composer run-script test
- if [[ "$PHPLINT" == "1" ]]; then composer run-script test-coverage-reporter; fi
- if [[ "$PHPLINT" == "1" ]]; then composer run-script check-codestyle; fi
env:
global:
Expand Down

0 comments on commit 6736a6b

Please sign in to comment.