Skip to content

Commit e68f8da

Browse files
committed
Don't print logs after failure
1 parent 9bed4fc commit e68f8da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@ before_install:
1616
- gem install xcpretty --no-document
1717
script:
1818
- ./run-tests.sh
19-
after_failure:
20-
- find $HOME/Library/Developer/Xcode/DerivedData/ -name '*.log' -print0 | xargs -0 cat
21-
- cat /var/log/system.log

0 commit comments

Comments
 (0)