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

Commit

Permalink
run daemon in background
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Aug 12, 2021
1 parent e005fc0 commit 9aeebba
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 @@ -21,7 +21,7 @@ before_install:
- (cd /tmp && go install github.com/ipfs/go-ipfs/cmd/ipfs@fd6676f4afe43324629ab1a618ba1169fe2c3c2a)
- mkdir /tmp/ipfs && chmod 0777 /tmp/ipfs
- ipfs init
- ipfs daemon --enable-namesys-pubsub
- (ipfs daemon --enable-namesys-pubsub &)
install:
- go mod download

Expand Down

0 comments on commit 9aeebba

Please sign in to comment.