Skip to content

Commit

Permalink
more fiddling w/ travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sabhiram committed Feb 22, 2015
1 parent 5fb01e2 commit 33ef0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ before_install:
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi

script:
- echo "mode: count" > coverage.out
- echo -e "mode: count" > coverage.out
- go test -v -covermode=count -coverprofile=magic_packet.out
- go test -v ./cmd/wol -covermode=count -coverprofile=wol.out
- cat magic_packet.out | tail -n +2 >> coverage.out
Expand Down

0 comments on commit 33ef0c1

Please sign in to comment.