diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 60c0b403e..2026cba5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,6 @@ addons: - libunwind8-dev #sources: #- ubuntu-toolchain-r-test -script: make -j2 && make -j2 release-test && HAVE_DOT=YES doxygen Doxyfile +script: make -j2 && HAVE_DOT=YES doxygen Doxyfile notifications: email: false |