Skip to content

Commit

Permalink
fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Achille Roussel committed May 26, 2016
1 parent 3d99d63 commit dec41dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ script:
- go test -v -race -coverprofile cover-CG.out ./CG
- go test -v -race -coverprofile cover-CT.out ./CT

- 'cat cover-CF.out | grep -v "mode: set" >> cover.out'
- 'cat cover-CG.out | grep -v "mode: set" >> cover.out'
- 'cat cover-CT.out | grep -v "mode: set" >> cover.out'
- 'echo "mode: atomic" > cover.out'
- 'cat cover-CF.out | grep -v "mode: atomic" >> cover.out'
- 'cat cover-CG.out | grep -v "mode: atomic" >> cover.out'
- 'cat cover-CT.out | grep -v "mode: atomic" >> cover.out'

- goveralls -service travis-ci -repotoken $COVERALLS_TOKEN -coverprofile cover.out

Expand Down

0 comments on commit dec41dc

Please sign in to comment.