Skip to content

Commit

Permalink
Fix goveralls option.
Browse files Browse the repository at this point in the history
  • Loading branch information
ujiro99 committed Feb 26, 2016
1 parent 7733c50 commit 5c64f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- $HOME/gopath/bin/goveralls ./... -service=travis-ci
- $HOME/gopath/bin/goveralls -service=travis-ci ./...
after_success:
- ./build.sh
deploy:
Expand Down

0 comments on commit 5c64f2a

Please sign in to comment.