Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 401720b

Browse files
committed
fix: run all the tests
1 parent 8ad64eb commit 401720b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ os:
2020
- osx
2121
- windows
2222

23-
script: DEBUG=ipfs* npx nyc -s npm run test:node -- --bail
23+
script: npx nyc -s npm run test:node -- --bail
2424
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
2525

2626
jobs:

test/interface.spec.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,7 @@ describe('interface-ipfs-core tests', () => {
128128
]
129129
})
130130

131-
tests.dht(commonFactory, {
132-
only: true
133-
})
131+
tests.dht(commonFactory)
134132

135133
tests.files(commonFactory, {
136134
skip: [

0 commit comments

Comments
 (0)