Skip to content

Commit

Permalink
[travis] refs fibercrypto#38 Added govendor in checking missing vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed May 24, 2019
1 parent bbafb2d commit e56fb75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ install:
# Install gox
- go get github.com/gz-c/gox
- go get -t ./...
- go get github.com/kardianos/govendor
- govendor add -long +outside +local
- make install-linters
# - make install-deps-libc
# - make install-lib-curl
Expand Down

0 comments on commit e56fb75

Please sign in to comment.