diff --git a/.travis.yml b/.travis.yml index 70373b1f7..022e8c2f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,21 +41,23 @@ before_script: script: - | - if [ $ANALYZE = "false" ]; then - autoconf - ./configure - make - mkdir cmake-build - cd cmake-build - cmake -G "Unix Makefiles" .. - make - fi + date + make + date + mkdir cmake-build + cd cmake-build + cmake -G "Unix Makefiles" .. + date + make + date after_success: - | if [ $DOC = "true" ]; then doxygen --version + date make html + date fi notifications: