Skip to content

Commit 051e243

Browse files
author
Mattia Bertorello
committed
Support Dependabot PR
It update only the Gopkg.toml and lock so it necessary to run the dep ensure
1 parent 06d5bd3 commit 051e243

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ script:
1212
- cd $GOPATH/src/github.com/arduino/arduino-cli
1313
# Check the dependency, -skip-lock may be useful because the version are not fixed but depends
1414
# from the branch master of the libraries so they change very often
15-
- dep check
15+
- dep check -skip-vendor
16+
- dep ensure
1617
# Check if the code is formatted
1718
- $(exit $(go fmt ./... | wc -l))
1819
# Run linter

0 commit comments

Comments
 (0)