Skip to content

Commit

Permalink
Dependencies automatically download on 'go test'
Browse files Browse the repository at this point in the history
  • Loading branch information
Obayanju committed Mar 8, 2021
1 parent cd5ce7c commit 632a6d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ go:
install:
- go get golang.org/x/lint/golint
script:
- make deps
- make
1 change: 0 additions & 1 deletion runtests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

go get ./...
go vet $(go list ./... | grep -v vendor)
test -z "$(golint ./... | grep -v vendor | tee /dev/stderr)"
test -z "$(gofmt -s -l . | grep -v vendor | tee /dev/stderr)"
Expand Down

0 comments on commit 632a6d9

Please sign in to comment.