diff --git a/.travis.yml b/.travis.yml index aa1e21eeb7310d832b0aaa594f2a73568012eebc..4957ae05fede4b79bf1ae099a2e7c57774f91dd0 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