Skip to content

Commit

Permalink
Refs #4087 #4189 We would like ui tests build to run every commit eve…
Browse files Browse the repository at this point in the history
…n when the Integration tests fail. This will help know exactly which commit introduced a regression.
  • Loading branch information
mattab committed Nov 22, 2013
1 parent 23cbf8c commit 5e644be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 5e644be

Please sign in to comment.