try to get coveralls integrated via travis
diff --git a/.travis.yml b/.travis.yml
index d05a18b..b41ba26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,9 @@
 # Below this line is configuration for deploying to the Sonatype OSS repo
 # http://blog.xeiam.com/2013/05/configure-travis-ci-to-deploy-snapshots.html
 before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
-after_success: "mvn source:jar javadoc:jar deploy --settings target/travis/settings.xml"
+after_success:
+  - "mvn source:jar javadoc:jar deploy --settings target/travis/settings.xml"
+  - "mvn cobertura:cobertura coveralls:report"
 
 # whitelist
 branches: