Skip to content

Commit

Permalink
Fix travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelbender committed Jul 30, 2016
1 parent 14ee8dd commit 9d52f73
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 @@ -9,7 +9,6 @@ before_install:
script:
- go test -v -coverprofile=ebml.coverprofile ./ebml
- go test -v -coverprofile=matroska.coverprofile ./matroska
- echo 'mode\: set' > .coverage
- grep -h -v 'mode\: set' *.coverprofile >> .coverage
- 'echo "mode: set" > .coverage && grep -h -v "mode: set" *.coverprofile >> .coverage'
- $HOME/gopath/bin/goveralls -coverprofile=.coverage -service=travis-ci
- $HOME/gopath/bin/golint ./...

0 comments on commit 9d52f73

Please sign in to comment.