Skip to content

Commit

Permalink
Update travis with go mod vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
ersonp committed Jul 5, 2021
1 parent 7b78672 commit c93c1d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install:
- sudo apt install -y p7zip-full qemu-user-static build-essential crossbuild-essential-arm64
- go get -u github.com/FiloSottile/vendorcheck
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.22.2
- go mod vendor
script:
- make test # Can be 'make check' once that is working.
- make integration
Expand Down

0 comments on commit c93c1d8

Please sign in to comment.