Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jul 14, 2018
1 parent fe16cad commit 79eaab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ before_install:
- go get honnef.co/go/tools/cmd/staticcheck
jobs:
include:
- script: make all
- script: make all GO=$(which go)
- stage: Run Test Coverage
script: make cover
script: make cover GO=$(which go)
after_success: bash <(curl -s https://codecov.io/bash)
- stage: Build Release
script:
- make release
- make release GO=$(which go)
- echo "Deploying to GitHub releases ..."
deploy:
provider: releases
Expand Down

0 comments on commit 79eaab0

Please sign in to comment.