diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-07-14 22:10:10 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-07-14 22:10:10 (GMT) |
commit | 1989a4918340bcdb5c5447afba1468e7eecc7705 (patch) | |
tree | 5fdd5049a176b6d850d9382a1e19893b3d53f071 /.travis.yml | |
parent | f089c3fa4f47dc8bedd25d9d857d004525ee82c0 (diff) | |
download | Doxygen-1989a4918340bcdb5c5447afba1468e7eecc7705.zip Doxygen-1989a4918340bcdb5c5447afba1468e7eecc7705.tar.gz Doxygen-1989a4918340bcdb5c5447afba1468e7eecc7705.tar.bz2 |
Disable creating docs on Travis CI as the tabu package is missing on Ubuntu 12.04
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b6976ba..e45a202 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,4 @@ script: - cd build - ../cmake-3.1.0-Linux-x86_64/bin/cmake -G "Unix Makefiles" -Dbuild_doc=ON -Dbuild_wizard=ON .. - make - - make docs - make tests |