diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-04 10:42:28 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-04 10:42:28 +0100 |
| commit | 79d9c4cb175792e80950fdd363a43944fb16a441 (patch) | |
| tree | 7f3f309e8b27f468f0943ce87f0dc1c9404ae5af | |
| parent | 4228b2cc8e1c9bd080fe48db98a46c21305e1464 (diff) | |
| download | gitpython-79d9c4cb175792e80950fdd363a43944fb16a441.tar.gz | |
Fixed travis debugging yaml
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b40e0dfc..0c6a248d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ install: - git config --global user.name "Travis Runner" # DEBUG - cat /home/travis/build/gitpython-developers/GitPython/.git/logs/refs/heads/0.3 + - cat /home/travis/build/gitpython-developers/GitPython/.git/logs/refs/heads/0.3 script: - nosetests -v --with-coverage after_success: |
