Skip to content

Commit 99a7709

Browse files
committed
chore(deps): removes version constraint for testify in travis.
1 parent e0e411a commit 99a7709

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
before_script:
1818
- go get -u golang.org/x/lint/golint
19-
- go get -u github.com/stretchr/testify@v1.5.1
19+
- go get -u github.com/stretchr/testify
2020

2121
script:
2222
- make ci

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ acceptance-test:
1616
docker-compose -f tests/docker-compose.yml stop
1717

1818
deps:
19-
go get -t -v ./...
19+
go get -v ./...
2020

2121
ci: deps vet lint test

0 commit comments

Comments
 (0)