Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Dec 19, 2019
1 parent 9233fdf commit f50a29d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
script:
- echo "Run unit tests..."
- go vet $(go list ./...)
- go test -v -race $(go list ./...)
- make test-cover
after_success:
- bash <(curl -s https://codecov.io/bash)

- stage: Build
go:
Expand Down

0 comments on commit f50a29d

Please sign in to comment.