summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 68771df9..a1a17f61 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,8 +23,6 @@ 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
28 26
29script: 27script:
30 - mkdir build && cd build 28 - mkdir build && cd build
@@ -32,7 +30,6 @@ script:
32 - make -j3 30 - make -j3
33# build docs separately 31# build docs separately
34 - make docs 32 - make docs
35 - cd ../auto_tests/ && ./run_tests
36 33
37notifications: 34notifications:
38 email: false 35 email: false