Skip to content

Commit

Permalink
avoid temp file
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Sep 14, 2015
1 parent 43ca7da commit 9103d49
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 @@ -16,8 +16,7 @@ before_install:

script:
- go get -t ./...
- gocov test -v ./... > /tmp/gocov.json
- goveralls -gocovdata /tmp/gocov.json -service travis-ci
- goveralls -gocovdata <(gocov test -v ./...) -service travis-ci

notifications:
slack:
Expand Down

0 comments on commit 9103d49

Please sign in to comment.