Skip to content

Commit

Permalink
Use go.mod to get vendored content
Browse files Browse the repository at this point in the history
Also ignore vendor dir since we aren't checking in the vendored files.

Signed-off-by: Phil Estes <[email protected]>
  • Loading branch information
estesp committed Dec 16, 2019
1 parent 184a308 commit 6f558ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ _testmain.go
*.exe
*.test
*.prof

vendor/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_install:
- ls /usr/include/btrfs

install:
- go get -d ./...
- GO111MODULE="on" go mod vendor
- go get -u github.com/vbatts/git-validation
- go get -u github.com/kunalkushwaha/ltag

Expand Down

0 comments on commit 6f558ec

Please sign in to comment.