summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2017-10-28 19:14:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2017-10-28 19:14:02 (GMT)
commit7ce59c9fbd5e99619a9ab0ac6177d21e6aca49c7 (patch)
tree1f64772016651893e622e88225d8db142034aa93 /.travis.yml
parent2a973de8e473eb455ed176f9bd3a4c630b92afd9 (diff)
downloadDoxygen-7ce59c9fbd5e99619a9ab0ac6177d21e6aca49c7.zip
Doxygen-7ce59c9fbd5e99619a9ab0ac6177d21e6aca49c7.tar.gz
Doxygen-7ce59c9fbd5e99619a9ab0ac6177d21e6aca49c7.tar.bz2
Restore 'make tests' rule
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 09f5af9..acc325a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,5 +19,5 @@ script:
- cd build
- cmake -G "Unix Makefiles" -Dbuild_doc=ON -Dbuild_wizard=ON ..
- make
- - ctest -V
+ - make tests
- make docs