From e95ecfc467997f831a664342acda5f911e43379f Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Thu, 1 Aug 2013 22:35:49 +0200 Subject: Test building docs with travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8e71c327..a1a17f61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,12 +21,15 @@ before_script: - cd .. # creating librarys' links and updating cache - sudo ldconfig - +# installing sphinx, needed for documentation + - sudo apt-get install python-sphinx script: - mkdir build && cd build - cmake .. - make -j3 +# build docs separately + - make docs notifications: email: false -- cgit v1.2.3