Skip to content

Commit

Permalink
Run dep ensure in CI to detect problems with updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm committed Aug 22, 2019
1 parent 9438a0c commit 33bc8a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,8 @@ go:
- "1.12"

install:
- go get -v github.com/golang/dep/cmd/dep
- dep ensure
- go get -v github.com/onsi/ginkgo/ginkgo

script: ./scripts/run-tests.sh

0 comments on commit 33bc8a1

Please sign in to comment.