Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6862ebf

Browse files
Mattia Bertorellocmaglie
Mattia Bertorello
authored andcommitted
Support Dependabot PR
It update only the Gopkg.toml and lock so it necessary to run the dep ensure
1 parent 06d5bd3 commit 6862ebf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.travis.yml‎

Lines changed: 2 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /