Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
  • Loading branch information
jessfraz committed Jun 8, 2018
1 parent e9178c4 commit 629cc4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
- go get github.com/golang/lint/golint
- go get honnef.co/go/tools/cmd/staticcheck
script:
- make all
- make cover
- make all GO=$(which go)
- make cover GO=$(which go)
- make release
after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 629cc4e

Please sign in to comment.