Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
idmontie committed Sep 1, 2015
1 parent bd953cc commit 6c22622
Show file tree
Hide file tree
Showing 4 changed files with 472 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ php:
install:
- composer install --no-interaction --prefer-source

before_script:
- mkdir coverage

script:
- vendor/bin/phpunit --coverage-clover coverage/clover.xml

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Nectary](documentation/images/nectary-with-text.png)

[![Build Status](https://travis-ci.org/gios-asu/nectary.svg)](https://travis-ci.org/gios-asu/nectary)
[![Build Status](https://travis-ci.org/gios-asu/nectary.svg)](https://travis-ci.org/gios-asu/nectary) [![Coverage Status](https://coveralls.io/repos/gios-asu/nectary/badge.svg?branch=develop&service=github)](https://coveralls.io/github/gios-asu/nectary?branch=develop)


A simple PHP framework that is not tied to a web interface.
Expand Down

0 comments on commit 6c22622

Please sign in to comment.