We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e411a commit 99a7709Copy full SHA for 99a7709
.travis.yml
@@ -16,7 +16,7 @@ env:
16
17
before_script:
18
- go get -u golang.org/x/lint/golint
19
- - go get -u github.com/stretchr/testify@v1.5.1
+ - go get -u github.com/stretchr/testify
20
21
script:
22
- make ci
Makefile
@@ -16,6 +16,6 @@ acceptance-test:
docker-compose -f tests/docker-compose.yml stop
deps:
- go get -t -v ./...
+ go get -v ./...
ci: deps vet lint test
0 commit comments