Skip to content

Commit

Permalink
Create archiver test DB
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed May 16, 2018
1 parent 13510af commit 35b355a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ addons:
go:
- "1.10"

before_script:
- psql -U postgres -c "CREATE DATABASE archiver_test;"

script:
- go test -p=1 -coverprofile=coverage.text -covermode=atomic github.com/nyaruka/rp-archiver/...

Expand Down

0 comments on commit 35b355a

Please sign in to comment.