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

Commit

Permalink
chore: more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 24, 2020
1 parent 03161d5 commit 2bbdaec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,15 @@ jobs:

- stage: test
name: http-api-client interface tests vs go-ipfs - electron main
env:
- DEBUG=ipfs*
script:
- npm run test:interface:http-go -- $RUN_SINCE -- -- --bail -t electron-main

- stage: test
name: http-api-client interface tests vs go-ipfs - electron renderer
env:
- DEBUG=ipfs*
script:
- npm run test:interface:http-go -- $RUN_SINCE -- -- --bail -t electron-renderer

Expand All @@ -260,6 +264,8 @@ jobs:
name: http-api-client interface tests vs js-ipfs - chrome
addons:
chrome: stable
env:
- DEBUG=ipfs*
script:
- npm run test:interface:http-js -- $RUN_SINCE -- -- --bail -t browser

Expand Down

0 comments on commit 2bbdaec

Please sign in to comment.