Skip to content

Commit

Permalink
Goverals doesnt work right now..
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Feb 4, 2016
1 parent 319edc6 commit 1dcaa55
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 @@ -15,7 +15,7 @@ before_install:
script:
- golint .
- godep go test -coverprofile=coverage.out
- goveralls -coverprofile=coverage.out -service travis-ci -repotoken $COVERALLS_TOKEN
# - goveralls -coverprofile=coverage.out -service travis-ci -repotoken $COVERALLS_TOKEN
after_success:
- gox -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}"
- ghr --username quii --token $GITHUB_TOKEN --debug $TRAVIS_BRANCH dist/
Expand Down

0 comments on commit 1dcaa55

Please sign in to comment.