Skip to content

Commit

Permalink
start ipfs before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Oct 26, 2020
1 parent 6d58cc3 commit 44a975c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_install:

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

script:
Expand Down

0 comments on commit 44a975c

Please sign in to comment.