From 6a2c22965ac40402f5af686a602cc7765cc684b5 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 24 Mar 2014 22:28:08 +0100
Subject: [PATCH] Call coveralls command after successful build and testing

---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 6a7ec55..ec288da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,3 +29,5 @@ script:
   - "./bin/coverage run --source=xbob.io ./bin/nosetests -sv"
   - "./bin/sphinx-build -b doctest doc sphinx"
   - "./bin/sphinx-build -b html doc sphinx"
+after_success:
+  - "coveralls"
-- 
GitLab