Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 11e0e95

Browse files
committed
chore: what is still running
1 parent cb48680 commit 11e0e95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ env:
2222
- YARN_GPG=no
2323

2424
script: npx nyc -s npx aegir test -t node --timeout 10000 --bail
25+
after_script:
26+
- ps -ef
2527
after_success:
2628
- npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
2729

0 commit comments

Comments
 (0)