Skip to content

Commit

Permalink
Merge pull request #20 from Lingrino/v1
Browse files Browse the repository at this point in the history
update packages, check circle for all updates
  • Loading branch information
lingrino authored Jun 3, 2018
2 parents ee33151 + cce7588 commit ebd395e
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 ebd395e

Please sign in to comment.