diff options
author | David Gageot <david@gageot.net> | 2015-07-02 18:53:19 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2015-07-02 18:53:19 +0200 |
commit | 46e6215a46a19a0b4355116ccd18b4dbdf6ca366 (patch) | |
tree | 402ba9e32f3a22737afb0619b430f540a1338063 /.travis.yml | |
parent | ab582432b3fe3caef24775a56382d1b70b6cd971 (diff) | |
download | sonarqube-46e6215a46a19a0b4355116ccd18b4dbdf6ca366.tar.gz sonarqube-46e6215a46a19a0b4355116ccd18b4dbdf6ca366.zip |
Those logs are more disturbing than not
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 3e543985317..9975338542c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,6 @@ env: script: - ./travis.sh -after_failure: find . -name "*-output.txt" | xargs cat - cache: directories: - '$HOME/.m2/repository' |