From d07d869ecfb4af712bad3c6aa8cfc5e1ed140b30 Mon Sep 17 00:00:00 2001
From: Manuel Guenther <manuel.guenther@idiap.ch>
Date: Fri, 22 May 2015 15:25:03 +0200
Subject: [PATCH] Fixed travis config

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

diff --git a/.travis.yml b/.travis.yml
index aa1e21e..4957ae0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,6 +29,7 @@ script:
 after_success:
 - cpp-coveralls --build-root=`pwd` --exclude=src --exclude-pattern=".*Compiler.*" --dump=cpp_cov.json
 - coveralls --merge=cpp_cov.json
+- wget https://raw.githubusercontent.com/bioidiap/bob.extension/master/scripts/upload-{sphinx,wheel}.sh
 - chmod a+x upload-sphinx.sh upload-wheel.sh
 - ./upload-sphinx.sh
 - ./upload-wheel.sh
-- 
GitLab