We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d5bd3 commit 051e243Copy full SHA for 051e243
.travis.yml
@@ -12,7 +12,8 @@ script:
12
- cd $GOPATH/src/github.com/arduino/arduino-cli
13
# Check the dependency, -skip-lock may be useful because the version are not fixed but depends
14
# from the branch master of the libraries so they change very often
15
- - dep check
+ - dep check -skip-vendor
16
+ - dep ensure
17
# Check if the code is formatted
18
- $(exit $(go fmt ./... | wc -l))
19
# Run linter
0 commit comments