From cb5306886e8fceaedb05e65b79d9953c4442258a 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 60e5dbf..588e2d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,3 +28,5 @@ script:
   - "./bin/coverage run --source=xbob.learn.activation ./bin/nosetests -sv"
   - "./bin/sphinx-build -b doctest doc sphinx"
   - "./bin/sphinx-build -b html doc sphinx"
+after_success:
+  - "coveralls"
-- 
GitLab