Skip to content

Commit 17f245c

Browse files
committed
'tree' program doesn't exist on travis install, fine
1 parent db828cd commit 17f245c

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
# debugging
35-
- tree .git/logs
35+
- find .git/logs
3636
- cat .git/logs/HEAD
3737
script:
3838
- nosetests -v --with-coverage

0 commit comments

Comments
 (0)