Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ script:
- cd $GOPATH/src/github.com/arduino/arduino-cli
# Check the dependency, -skip-lock may be useful because the version are not fixed but depends
# from the branch master of the libraries so they change very often
- dep check
- dep check -skip-vendor
- dep ensure
# Check if the code is formatted
- $(exit $(go fmt ./... | wc -l))
# Run linter
Expand Down