From 659bee6adacfca6f538cbf56e62639f84025857c Mon Sep 17 00:00:00 2001 From: anonimal Date: Fri, 29 Jul 2016 17:10:37 +0000 Subject: [PATCH] Build: add make release-test to Travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ba4df1cc9..9798cd2cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ addons: - libunwind8-dev #sources: #- ubuntu-toolchain-r-test -script: make -j2 && HAVE_DOT=YES doxygen Doxyfile +script: make -j2 && travis_wait make -j2 release-test && HAVE_DOT=YES doxygen Doxyfile notifications: email: false irc: