diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3b0f12e7..cd3cf1cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ install: - git config --global user.name "Travis Runner" # debugging - - tree .git/logs + - find .git/logs - cat .git/logs/HEAD script: - nosetests -v --with-coverage |