summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a1a17f61..68771df9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,8 @@ before_script:
23 - sudo ldconfig 23 - sudo ldconfig
24# installing sphinx, needed for documentation 24# installing sphinx, needed for documentation
25 - sudo apt-get install python-sphinx 25 - sudo apt-get install python-sphinx
26# installing check, needed for unit tests
27 - sudo apt-get install check
26 28
27script: 29script:
28 - mkdir build && cd build 30 - mkdir build && cd build
@@ -30,6 +32,7 @@ script:
30 - make -j3 32 - make -j3
31# build docs separately 33# build docs separately
32 - make docs 34 - make docs
35 - cd ../auto_tests/ && ./run_tests
33 36
34notifications: 37notifications:
35 email: false 38 email: false