From: Luca Heltai Date: Fri, 8 Aug 2014 21:07:37 +0000 (+0200) Subject: Removed release builds. X-Git-Tag: v8.2.0-rc1~210^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F75%2Fhead;p=dealii.git Removed release builds. --- diff --git a/.travis.yml b/.travis.yml index f77c936079..8e6ed60f59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ env: # These tests run ok, but they might be out of policy... - CI_TEST_SUITE=build CI_BUILD_TYPE=Debug - - CI_TEST_SUITE=build CI_BUILD_TYPE=Release +# - CI_TEST_SUITE=build CI_BUILD_TYPE=Release # These tests only compile and run "make tests" # - CI_TEST_SUITE=mini CI_BUILD_TYPE=Debug