summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsybio <clement.guillemain@gmail.com>2012-09-27 11:03:25 +0200
committersybio <clement.guillemain@gmail.com>2012-09-27 11:03:25 +0200
commitf20ed9a0fbe99a53550a3cb37426c485d85ce1ed (patch)
tree7a732f1db486e764ab5f972eb8b246455effdbcf
parentdba0c53ee61890a6804ed0b5fefee94990c2a152 (diff)
parentc19bf280168bd4278e762c8fcbff60de70d58cb7 (diff)
downloadImageWorkshop-f20ed9a0fbe99a53550a3cb37426c485d85ce1ed.zip
ImageWorkshop-f20ed9a0fbe99a53550a3cb37426c485d85ce1ed.tar.gz
ImageWorkshop-f20ed9a0fbe99a53550a3cb37426c485d85ce1ed.tar.bz2
Merge branch 'master' of github.com:Sybio/ImageWorkshop
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9081363..20baa12 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
# ImageWorkshop class
# ================================
+![Test status](https://secure.travis-ci.org/Sybio/ImageWorkshop.png)
+
### Summary and features
Really flexible and easy-to-use PHP class to work with images using the GD Library
@@ -22,6 +24,7 @@ Be carefull, JPEG format is known to be badly encoded after a cURL request or fi
and can show display bugs ! I'm trying to find a solution.
**Version 1.2.5 - 2012-09-21**
+- You can now find tests status of the class on travis-ci: http://travis-ci.org/#!/Sybio/ImageWorkshop
- Adding ImageWorkshop on http://travis-ci.org/ for controlled continuous integration
**Version 1.2.5 - 2012-09-18**