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

Commit

Permalink
chore: remove debug env var
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 30, 2020
1 parent b5d76a3 commit 684b873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ addons:
- dpkg
chrome: stable

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

Expand Down

0 comments on commit 684b873

Please sign in to comment.