Skip to content

Commit

Permalink
Updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tehmaze committed Dec 18, 2015
1 parent 0fadd44 commit 500a97e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ install:

script:
- go test -v ./...
- go test -coverprofile=cover.out -v
- go tool cover -html=cover.out -o coverage.html || true
- go test -coverprofile=cover.out && go tool cover -html=cover.out -o coverage.html || true

0 comments on commit 500a97e

Please sign in to comment.