summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2013-08-08 13:04:48 +0200
committerFlorian Hahn <flo@fhahn.com>2013-08-08 13:04:48 +0200
commit50214c54066bfe9340d4574df91afb3f4f5b1160 (patch)
treebf7d9a6778118755a4ac9f5c9004f65e383ec74e /.travis.yml
parentc171aad7c9331ad548510ae3cea1dc09b1664c47 (diff)
Run unit tests with travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b8699ec1..c8b479f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,7 @@ script:
30 - mkdir build && cd build 30 - mkdir build && cd build
31 - cmake .. 31 - cmake ..
32 - make -j3 32 - make -j3
33 - make test
33# build docs separately 34# build docs separately
34 - make docs 35 - make docs
35 36