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

Commit 684b873

Browse files
committed
chore: remove debug env var
1 parent b5d76a3 commit 684b873

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
@@ -35,7 +35,7 @@ addons:
3535
- dpkg
3636
chrome: stable
3737

38-
script: DEBUG=ipfs* npx nyc -s npx aegir test -t node --timeout 10000 --bail
38+
script: npx nyc -s npx aegir test -t node --timeout 10000 --bail
3939
after_success:
4040
- npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
4141

0 commit comments

Comments
 (0)