Skip to content
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.

Commit

Permalink
travis builds dep tree info
Browse files Browse the repository at this point in the history
  • Loading branch information
mattes committed Feb 9, 2017
1 parent 7979fdb commit f474e4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ after_success:
- goveralls -service=travis-ci -coverprofile .coverage/combined.txt

before_deploy:
- make list-external-deps > dependency_tree.txt && cat dependency_tree.txt
- make build-cli

deploy:
Expand All @@ -40,4 +41,5 @@ deploy:
- cli/build/migrate.darwin-amd64.tar.gz
- cli/build/migrate.windows-amd64.exe.tar.gz
- cli/build/sha256sum.txt
- dependency_tree.txt

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Some more notes:
* After `make test`, run `make html-coverage` which opens a shiny test coverage overview.
* Missing imports? `make deps`
* `make build-cli` builds the CLI in directory `cli/build/`.
* `make list-external-deps` lists all external dependencies for each package

## Alternatives

Expand Down

0 comments on commit f474e4c

Please sign in to comment.