From 3fd1e9fd8ebd5f6ff78a0b7b3b47269a90631a52 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 8 Feb 2013 19:13:38 +0000 Subject: [PATCH] travis.yml: Display logs after test. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 35c072d5e..d8c66e67e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,4 @@ script: - echo $TRAVIS_PYTHON_VERSION - python setup.py install - cd py3k/; supybot-test test --plugins-dir=plugins/ --exclude=plugins/PluginDownloader --exclude=plugins/ShrinkUrl + - cat test-logs/messages.log