diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8e71c327..a1a17f61 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -21,12 +21,15 @@ before_script: | |||
21 | - cd .. | 21 | - cd .. |
22 | # creating librarys' links and updating cache | 22 | # creating librarys' links and updating cache |
23 | - sudo ldconfig | 23 | - sudo ldconfig |
24 | 24 | # installing sphinx, needed for documentation | |
25 | - sudo apt-get install python-sphinx | ||
25 | 26 | ||
26 | script: | 27 | script: |
27 | - mkdir build && cd build | 28 | - mkdir build && cd build |
28 | - cmake .. | 29 | - cmake .. |
29 | - make -j3 | 30 | - make -j3 |
31 | # build docs separately | ||
32 | - make docs | ||
30 | 33 | ||
31 | notifications: | 34 | notifications: |
32 | email: false | 35 | email: false |