Skip to content

Commit

Permalink
init ipfs whilst starting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Oct 26, 2020
1 parent 44a975c commit 915eb85
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 @@ -14,7 +14,7 @@ before_install:

before_script:
- npm install -g go-ipfs
- ipfs daemon &
- ipfs daemon --init &
- psql -c 'create database "pinning_api_test";' -U postgres || true

script:
Expand Down

0 comments on commit 915eb85

Please sign in to comment.