Skip to content

Commit 79d9c4c

Browse files
committed
Fixed travis debugging yaml
1 parent 4228b2c commit 79d9c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install:
3232
- git config --global user.name "Travis Runner"
3333

3434
# DEBUG
35-
cat /home/travis/build/gitpython-developers/GitPython/.git/logs/refs/heads/0.3
35+
- cat /home/travis/build/gitpython-developers/GitPython/.git/logs/refs/heads/0.3
3636
script:
3737
- nosetests -v --with-coverage
3838
after_success:

0 commit comments

Comments
 (0)