From 5e644be468448be0707e5e23c0ef2103f38dfc63 Mon Sep 17 00:00:00 2001 From: mattab Date: Fri, 22 Nov 2013 15:21:18 +1300 Subject: [PATCH] Refs #4087 #4189 We would like ui tests build to run every commit even when the Integration tests fail. This will help know exactly which commit introduced a regression. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e64cd580c5a..1f5335a15ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,10 +38,10 @@ before_script: after_success: - cd $TRAVIS_BUILD_DIR - - ./tests/travis/initiate_ui_tests.sh - ./tests/travis/generate_docs.sh after_script: + - ./tests/travis/initiate_ui_tests.sh - cat /var/log/nginx/error.log - cat $TRAVIS_BUILD_DIR/tmp/php-fpm.log - cat $TRAVIS_BUILD_DIR/tmp/logs/piwik.log