Skip to content

Instantly share code, notes, and snippets.

@claar
Created May 31, 2014 02:16
Show Gist options
  • Save claar/82f7fb7a79421b911fd1 to your computer and use it in GitHub Desktop.
Save claar/82f7fb7a79421b911fd1 to your computer and use it in GitHub Desktop.
language: php
php:
- 5.5
before_script:
- mkdir -p build
- mkdir -p shippable/testresults
- mkdir -p shippable/codecoverage
- phpunit --version
script:
- phpunit --log-junit shippable/testresults/junit.xml --coverage-xml shippable/codecoverage app/tests/
notifications:
email: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment