Skip to content

Commit

Permalink
update packages, check circle for all updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lingrino committed Jun 3, 2018
1 parent ee33151 commit cce7588
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- run:
name: Install dep
command: go get -u github.com/golang/dep/cmd/dep
- run:
name: Make sure there's no packages to update
command: test -z $(dep ensure -update -dry-run)
- run:
name: Get Packages
command: dep ensure
Expand Down
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cce7588

Please sign in to comment.