summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorcharmlesscoin <charmlesscoin@gmail.com>2013-08-07 04:04:16 -0400
committercharmlesscoin <charmlesscoin@gmail.com>2013-08-07 04:04:16 -0400
commit64b05c09601c1a0f45674384daa5f25be530bc34 (patch)
treea1d31e28e781d3e5844b9a580e80ec8418f0eba6 /.travis.yml
parent4b34ecf913011b002c0c36f8a53cf46e6df7c62c (diff)
Cleanup test and work on .travis file
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